diff options
author | Richard Henderson <rth@redhat.com> | 2001-08-16 18:54:01 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2001-08-16 18:54:01 -0700 |
commit | 457f49df106a2ac222c1d86f6638c0337ed3f996 (patch) | |
tree | c51841d317571ca681b519d82b00ce01068e71fd /include/hashtab.h | |
parent | d9b6874b0c8f24e6adb785121381c24f87c726c4 (diff) | |
download | gcc-457f49df106a2ac222c1d86f6638c0337ed3f996.zip gcc-457f49df106a2ac222c1d86f6638c0337ed3f996.tar.gz gcc-457f49df106a2ac222c1d86f6638c0337ed3f996.tar.bz2 |
* hashtab.h (htab_hash_string): Declare.
From-SVN: r44949
Diffstat (limited to 'include/hashtab.h')
-rw-r--r-- | include/hashtab.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/hashtab.h b/include/hashtab.h index a577c5e..8871710 100644 --- a/include/hashtab.h +++ b/include/hashtab.h @@ -145,6 +145,9 @@ extern htab_hash htab_hash_pointer; /* An equality function for pointers. */ extern htab_eq htab_eq_pointer; +/* A hash function for null-terminated strings. */ +extern hashval_t htab_hash_string PARAMS ((const PTR)); + #ifdef __cplusplus } #endif /* __cplusplus */ |