* hashtab.h (htab_hash_string): Declare.

From-SVN: r44949
This commit is contained in:
Richard Henderson 2001-08-16 18:54:01 -07:00 committed by Richard Henderson
parent d9b6874b0c
commit 457f49df10
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2001-08-16 Richard Henderson <rth@redhat.com>
* hashtab.h (htab_hash_string): Declare.
2001-08-10 Andrew Cagney <ac131313@redhat.com>
* libiberty.h (lbasename): Change function declaration to return a

View file

@ -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 */