xref: /aoo41x/main/sal/rtl/source/hash.h (revision cdf0e10c)
1 #ifndef INCLUDED_RTL_SOURCE_HASH_H
2 #define INCLUDED_RTL_SOURCE_HASH_H
3 
4 #include <sal/types.h>
5 #include <rtl/ustring.h>
6 
7 #if defined __cplusplus
8 extern "C" {
9 #endif /* __cplusplus */
10 
11 /* These functions are not multi-thread safe: */
12 
13 rtl_uString     *rtl_str_hash_intern (rtl_uString       *pString,
14                                       int                can_return);
15 void             rtl_str_hash_remove (rtl_uString       *pString);
16 
17 #if defined __cplusplus
18 }
19 #endif /* __cplusplus */
20 
21 #endif /* INCLUDED_RTL_SOURCE_HASH_H */
22