]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/tools/build/src/engine/search.h
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / tools / build / src / engine / search.h
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
14 #include "object.h"
15 #include "timestamp.h"
16
17 void set_explicit_binding( OBJECT * target, OBJECT * locate );
18 OBJECT * search( OBJECT * target, timestamp * const time,
19 OBJECT * * another_target, int const file );
20 void search_done( void );
21
22 #endif