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 * headers.h - handle #includes in source files
9 */
10
11void headers( TARGET *t );
12
13#ifdef OPT_HEADER_CACHE_EXT
14LIST *headers1( const char *file, LIST *hdrscan );
15#endif
16