fixed pkg-config rule
[k8jam.git] / src / hcache.h
blob62f0d0a51dbb9a954632a76e24e2d7eac0a066bf
1 /*
2 * hcache.h - handle #includes in source files
3 */
4 #ifndef JAMH_HCACHE_H
5 #define JAMH_HCACHE_H
8 extern int optShowHCacheStats;
9 extern int optShowHCacheInfo;
12 extern void hcache_init (void);
13 extern void hcache_done (void);
14 extern LIST *hcache (TARGET *t, LIST *hdrscan);
17 #endif