summaryrefslogtreecommitdiff
path: root/libtiff/tif_hash_set.h
diff options
context:
space:
mode:
Diffstat (limited to 'libtiff/tif_hash_set.h')
-rw-r--r--libtiff/tif_hash_set.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libtiff/tif_hash_set.h b/libtiff/tif_hash_set.h
index 5d412468..1a3f8da6 100644
--- a/libtiff/tif_hash_set.h
+++ b/libtiff/tif_hash_set.h
@@ -87,8 +87,9 @@ extern "C"
void *TIFFHashSetLookup(TIFFHashSet *set, const void *elt);
-#ifdef notused
bool TIFFHashSetRemove(TIFFHashSet *set, const void *elt);
+
+#ifdef notused
bool TIFFHashSetRemoveDeferRehash(TIFFHashSet *set, const void *elt);
#endif