Merge branch 'master' of git://git.evergreen-ils.org/OpenSRF
[opensrf-equinox.git] / include / opensrf / utils.h
index 34e0ba6..f9e156c 100644 (file)
@@ -367,7 +367,7 @@ int stringisnum(const char* s);
        Calculates the md5 of the text provided.
        The returned string must be freed by the caller.
 */
-char* md5sum( const char* text, ... );
+char* md5sum( const char* text );
 
 
 /*