Broke down most warnings

This commit is contained in:
Ano-sys
2025-01-12 01:05:43 +01:00
parent 9196cf4b3b
commit 5e6401c668
3 changed files with 4 additions and 15 deletions
-3
View File
@@ -15,9 +15,6 @@ typedef struct lookup_head
lookup_table *head;
}lookup_head;
static lookup_head *table;
static int free_space = TABLE_SIZE;
void init_lookup_table();
void push_lookup(lookup_request *request);