aboutsummaryrefslogtreecommitdiffhomepage
path: root/util.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-02-04 23:09:14 +1000
committerGravatar axel <axel@liljencrantz.se>2006-02-04 23:09:14 +1000
commit4f947015d25028db5b5f161d85bfd563a226c927 (patch)
treef197446387a2f3de57feb00e35bc6f1d78080916 /util.h
parent9f3a7543aa4442fedf56ff94150d38199e194cf4 (diff)
Minor tweaks, including a few small performance improvements
darcs-hash:20060204130914-ac50b-331e83fd8fe472545fce60fc4b76bb8300526d64.gz
Diffstat (limited to 'util.h')
-rw-r--r--util.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/util.h b/util.h
index b00711d4..b63bfd84 100644
--- a/util.h
+++ b/util.h
@@ -298,6 +298,20 @@ int hash_wcs_func( const void *data );
int hash_wcs_cmp( const void *a,
const void *b );
+/**
+ Hash function suitable for direct pointer comparison
+*/
+int hash_ptr_func( const void *data );
+
+
+/**
+ Hash comparison function suitable for direct pointer comparison
+*/
+int hash_ptr_cmp( const void *a,
+ const void *b );
+
+
+
/**
Initialize the priority queue