osrf_hash.h. Prepare for #inclusion in C++.
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1598
9efc2488-bf62-4759-914b-
345cdb29e865
-#ifndef OSRF_HASH_H
-#define OSRF_HASH_H
+#ifndef OSRF_BIG_HASH_H
+#define OSRF_BIG_HASH_H
#include <Judy.h>
#include <opensrf/utils.h>
#include <opensrf/string_array.h>
+#ifdef __cplusplus
+extern "C" {
+#endif
+
#define OSRF_HASH_MAXKEY 256
struct __osrfBigHashStruct {
void osrfBigHashIteratorReset( osrfBigHashIterator* itr );
+#ifdef __cplusplus
+}
+#endif
+
#endif