Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/tools/jam/src/hcache.h @ 29

Last change on this file since 29 was 29, checked in by landauf, 17 years ago

updated boost from 1_33_1 to 1_34_1

File size: 291 bytes
Line 
1/*
2 * This file is not part of Jam
3 */
4
5/*
6 * hcache.h - handle #includes in source files
7 */
8#ifndef HCACHE_H
9# define HCACHE_H
10
11# include "regexp.h"
12# include "lists.h"
13
14void hcache_init(void);
15void hcache_done(void);
16LIST *hcache(TARGET *t, int rec, regexp *re[], LIST *hdrscan);
17
18#endif
Note: See TracBrowser for help on using the repository browser.