Back to home page

OSCL-LXR

 
 

    


0001 #ifndef _FCACHE_H
0002 #define _FCACHE_H 1
0003 
0004 unsigned shash(const unsigned char *s);
0005 bool file_available(const char *name);
0006 
0007 #endif