]> git.notmuchmail.org Git - notmuch/blobdiff - util/string-util.c
util/crypto: add information about the payload part
[notmuch] / util / string-util.c
index b0108811903b27153dcaece1fa10b893234c3b9f..fc2058e03483da596c72946f1fe29f6ecfa60b44 100644 (file)
@@ -141,7 +141,7 @@ make_boolean_term (void *ctx, const char *prefix, const char *term,
     return 0;
 }
 
-static const char*
+const char*
 skip_space (const char *str)
 {
     while (*str && isspace ((unsigned char) *str))