remake  4.3+dbg-1.5
file_basic.h
Go to the documentation of this file.
1 #include "filedef.h"
2 extern unsigned long file_hash_1 (const void *key);
3 extern unsigned long file_hash_2 (const void *key);
4 extern int file_hash_cmp (const void *x, const void *y);
5 
6 extern void init_hash_files (void);
7 extern file_t *lookup_file (const char *name);
8 extern file_t *enter_file (const char *name);
int file_hash_cmp(const void *x, const void *y)
file_t * enter_file(const char *name)
file_t * lookup_file(const char *name)
void init_hash_files(void)
unsigned long file_hash_2(const void *key)
unsigned long file_hash_1(const void *key)
Definition: filedef.h:34