fixed pkg-config rule
[k8jam.git] / src / search.h
blob2699525495b7de94e5ab45a273198a7afa2092cd
1 /*
2 * Copyright 1993, 1995 Christopher Seiwald.
4 * This file is part of Jam - see jam.c for Copyright information.
5 */
6 /*
7 * search.h - find a target along $(SEARCH) or $(LOCATE)
9 * 11/04/02 (seiwald) - const-ing for string literals
11 #ifndef JAMH_SEARCH_H
12 #define JAMH_SEARCH_H
15 extern const char *search (const char *target, time_t *time);
18 #endif