]> code.citadel.org Git - citadel.git/blobdiff - libcitadel/lib/libcitadel.h
New utility function convert_spaces_to_underscores()
[citadel.git] / libcitadel / lib / libcitadel.h
index 3a9bbbd671c12d9a2c609c4a080815062ffec1de..90bbb3530c8a3f10bf908a587683a5ffd866d140 100644 (file)
@@ -10,7 +10,7 @@
  */
 #include <time.h>
 #include <stdlib.h>
-#define LIBCITADEL_VERSION_NUMBER      108
+#define LIBCITADEL_VERSION_NUMBER      109
 
 /*
  * Here's a bunch of stupid magic to make the MIME parser portable.
@@ -291,3 +291,4 @@ void SortByHashKeyStr(HashList *Hash);
 const void *GetSearchPayload(const void *HashVoid);
 void SortByPayload(HashList *Hash, CompareFunc SortBy);
 
+void convert_spaces_to_underscores(char *str);