]> git.notmuchmail.org Git - notmuch/blobdiff - util/string-util.h
gmime-cleanup: remove GMime 2.6 variant codeblocks
[notmuch] / util / string-util.h
index 87917b8fd279de6e07f2fb919429fb50512a85b4..4c110a205ccfb5b2684183e79ca2147d1c891b69 100644 (file)
@@ -75,6 +75,10 @@ int strcase_equal (const void *a, const void *b);
 /* GLib GHashFunc compatible case insensitive hash function */
 unsigned int strcase_hash (const void *ptr);
 
+void strip_trailing (char *str, char ch);
+
+const char* skip_space (const char *str);
+
 #ifdef __cplusplus
 }
 #endif