]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/tools/build/src/engine/search.h
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / tools / build / src / engine / search.h
CommitLineData
7c673cae
FG
1/*
2 * Copyright 1993, 1995 Christopher Seiwald.
3 *
4 * This file is part of Jam - see jam.c for Copyright information.
5 */
6
7/*
8 * search.h - find a target along $(SEARCH) or $(LOCATE)
9 */
10
11#ifndef SEARCH_SW20111118_H
12#define SEARCH_SW20111118_H
13
92f5a8d4 14#include "config.h"
7c673cae
FG
15#include "object.h"
16#include "timestamp.h"
17
18void set_explicit_binding( OBJECT * target, OBJECT * locate );
19OBJECT * search( OBJECT * target, timestamp * const time,
20 OBJECT * * another_target, int const file );
21void search_done( void );
22
23#endif