]> git.notmuchmail.org Git - notmuch/blobdiff - util/string-util.h
Merge tag 'debian/0.29.2-2'
[notmuch] / util / string-util.h
index 87917b8fd279de6e07f2fb919429fb50512a85b4..fb95a7402c892ebd95374148073796701ecc3a7c 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