Resolve compiler warning
This commit is contained in:
parent
2d3a9c96ce
commit
5ab69c4a50
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@ typedef struct {
|
|||
} client;
|
||||
|
||||
unsigned int hash(char *name);
|
||||
void hashtable_init();
|
||||
void hashtable_print();
|
||||
void hashtable_init(void);
|
||||
void hashtable_print(void);
|
||||
int hashtable_add(client *p);
|
||||
client *hashtable_search(char *name);
|
||||
|
||||
|
|
Loading…
Reference in a new issue