The Machine Perception Toolbox

[Introduction]- [News]- [Download]- [Screenshots]- [Manual (pdf)]- [Forums]- [API Reference]- [Repository ]

 

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

hcache.h

Go to the documentation of this file.
00001 /*
00002  * This file is not part of Jam
00003  */
00004 
00005 /*
00006  * hcache.h - handle #includes in source files
00007  */
00008 #ifndef HCACHE_H
00009 # define HCACHE_H
00010 
00011 # include "regexp.h"
00012 # include "lists.h"
00013 
00014 void hcache_init(void);
00015 void hcache_done(void);
00016 LIST *hcache(TARGET *t, int rec, regexp *re[], LIST *hdrscan);
00017 
00018 #endif

Generated on Mon Nov 8 17:07:35 2004 for MPT by  doxygen 1.3.9.1