Move the lone hashFunctionString() into misc.[ch], eliminate rpmhash.[ch]
[platform/upstream/rpm.git] / lib / misc.h
index e2a5453..fb78b02 100644 (file)
@@ -17,6 +17,8 @@ extern "C" {
 RPM_GNUC_INTERNAL
 int rpmIsKnownArch(const char *name);
 
+RPM_GNUC_INTERNAL
+unsigned int hashFunctionString(const char * string);
 /*
  * These may be called w/ a NULL argument to flush the cache -- they return
  * -1 if the user can't be found.