remake
4.3+dbg-1.5
src
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);
file_hash_cmp
int file_hash_cmp(const void *x, const void *y)
enter_file
file_t * enter_file(const char *name)
filedef.h
lookup_file
file_t * lookup_file(const char *name)
init_hash_files
void init_hash_files(void)
file_hash_2
unsigned long file_hash_2(const void *key)
file_hash_1
unsigned long file_hash_1(const void *key)
file
Definition:
filedef.h:34
Generated on Wed Mar 18 2020 07:42:22 for remake by
1.8.13