fixed pkg-config rule
[k8jam.git] / src / headers.h
blob2fedc0164088865e5f22aad6f9866cfe649b656b
1 /*
2 * Copyright 1993, 1995 Christopher Seiwald.
4 * This file is part of Jam - see jam.c for Copyright information.
5 */
6 /*
7 * headers.h - handle #includes in source files
8 */
9 #ifndef JAMH_HEADERS_H
10 #define JAMH_HEADERS_H
13 extern void headers (TARGET *t);
15 //#ifdef OPT_HEADER_CACHE_EXT
16 extern LIST *headers1 (const char *file, LIST *hdrscan);
17 //#endif
20 #endif