Sanitize python object -> tag number exception handling
[platform/upstream/rpm.git] / lib / rpmhash.h
1 #ifndef H_RPMHASH
2 #define H_RPMHASH
3
4 #include "rpm/rpmutil.h"
5
6 /**
7  * \file lib/rpmhash.h
8  * Hash table implemenation.
9  */
10
11 #ifdef __cplusplus
12 extern "C" {
13 #endif
14
15 RPM_GNUC_INTERNAL
16 unsigned int hashFunctionString(const char * string);
17
18 #ifdef __cplusplus
19 }
20 #endif
21
22 #endif