source:
downloads/boost_1_34_1/tools/jam/src/search.h
@
29
Last change on this file since 29 was 29, checked in by landauf, 16 years ago | |
---|---|
File size: 256 bytes |
Line | |
---|---|
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 | char *search( char *target, time_t *time, char **another_target ); |
Note: See TracBrowser
for help on using the repository browser.