1/*
2 * This file is not part of Jam
3 */
4
5/*
6 * hcache.h - handle #includes in source files
7 */
8
9void hcache_init(void);
10void hcache_done(void);
11LIST *hcache(TARGET *t, LIST *hdrscan);
12