aboutsummaryrefslogtreecommitdiff
path: root/third_party/libtiff/tif_hash_set.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/libtiff/tif_hash_set.h')
-rw-r--r--third_party/libtiff/tif_hash_set.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/libtiff/tif_hash_set.h b/third_party/libtiff/tif_hash_set.h
index 1a3f8da69..f60e2c675 100644
--- a/third_party/libtiff/tif_hash_set.h
+++ b/third_party/libtiff/tif_hash_set.h
@@ -71,11 +71,11 @@ extern "C"
void TIFFHashSetDestroy(TIFFHashSet *set);
+ int TIFFHashSetSize(const TIFFHashSet *set);
+
#ifdef notused
void TIFFHashSetClear(TIFFHashSet *set);
- int TIFFHashSetSize(const TIFFHashSet *set);
-
/** TIFFHashSetIterEltFunc */
typedef int (*TIFFHashSetIterEltFunc)(void *elt, void *user_data);