]> wimlib.net Git - wimlib/blobdiff - src/lookup_table.h
Various fixes
[wimlib] / src / lookup_table.h
index 423af6dc702566b11cac42ce8745b25d7c6016f4..434b9d89a48bb5d39e388480c379a820bd6df1c2 100644 (file)
@@ -115,8 +115,8 @@ extern void lookup_table_insert(struct lookup_table *table,
 extern void lookup_table_unlink(struct lookup_table *table, 
                                struct lookup_table_entry *lte);
 
 extern void lookup_table_unlink(struct lookup_table *table, 
                                struct lookup_table_entry *lte);
 
-extern bool lookup_table_decrement_refcnt(struct lookup_table* table, 
-                                         const u8 hash[]);
+extern struct lookup_table_entry *
+lookup_table_decrement_refcnt(struct lookup_table* table, const u8 hash[]);
 
 
 extern struct lookup_table_entry *new_lookup_table_entry();
 
 
 extern struct lookup_table_entry *new_lookup_table_entry();