aboutsummaryrefslogtreecommitdiffhomepage
path: root/util.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-10-19 21:50:23 +1000
committerGravatar axel <axel@liljencrantz.se>2006-10-19 21:50:23 +1000
commitea998b03f236be4e8af73474d994af5bbc4b0287 (patch)
tree327fef8d81e4ea82967eeb274d137420044a4de3 /util.h
parent52b2525b0e07970d613ef6e9cc3da41583662e8b (diff)
First stab at directory transition. Test with care...
darcs-hash:20061019115023-ac50b-30c3fd51d8af8a616d63dfcac39370d7fe6d144e.gz
Diffstat (limited to 'util.h')
-rw-r--r--util.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/util.h b/util.h
index 8def4a20..9f965508 100644
--- a/util.h
+++ b/util.h
@@ -307,7 +307,9 @@ int hash_str_cmp( void *a,
void *b );
/**
- Hash function suitable for wide character strings.
+ Hash function suitable for wide character strings. Uses a version
+ of the sha cryptographic function which is simplified in order to
+ returns a 32-bit number.
*/
int hash_wcs_func( void *data );