aboutsummaryrefslogtreecommitdiff
path: root/mesalib/src/mesa/main/hash.h
diff options
context:
space:
mode:
Diffstat (limited to 'mesalib/src/mesa/main/hash.h')
-rw-r--r--mesalib/src/mesa/main/hash.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/mesalib/src/mesa/main/hash.h b/mesalib/src/mesa/main/hash.h
index 4f916f9d0..e935f8d39 100644
--- a/mesalib/src/mesa/main/hash.h
+++ b/mesalib/src/mesa/main/hash.h
@@ -63,6 +63,9 @@ extern void _mesa_HashPrint(const struct _mesa_HashTable *table);
extern GLuint _mesa_HashFindFreeKeyBlock(struct _mesa_HashTable *table, GLuint numKeys);
+extern GLuint
+_mesa_HashNumEntries(const struct _mesa_HashTable *table);
+
extern void _mesa_test_hash_functions(void);