X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Flookup_table.h;h=434b9d89a48bb5d39e388480c379a820bd6df1c2;hp=423af6dc702566b11cac42ce8745b25d7c6016f4;hb=004c7fd634328ab9b3c4b479097a10ca12ae38d7;hpb=fc02b46117fdcbe17774fbe7a38bdac7483ebdb5 diff --git a/src/lookup_table.h b/src/lookup_table.h index 423af6dc..434b9d89 100644 --- a/src/lookup_table.h +++ b/src/lookup_table.h @@ -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 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();