@@ -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);
The note is not visible to the blocked user.