Resolve compiler warning

This commit is contained in:
Night Kaly 2024-11-15 00:07:11 +00:00
parent 2d3a9c96ce
commit 5ab69c4a50
Signed by: night0721
SSH key fingerprint: SHA256:B/hgVwUoBpx5vdNsXl9w8XwZljA9766uk6T4ubZp5HM

View file

@ -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);