]> git.notmuchmail.org Git - notmuch/blobdiff - tag-util.c
cli: export function for illegal tag checking
[notmuch] / tag-util.c
index 3bde4097372ab827e91e23ff963f6c5413652f9b..e2d5b795acc30c35afb2c6ac62e750165ed8f128 100644 (file)
@@ -31,14 +31,7 @@ line_error (tag_parse_status_t status,
     return status;
 }
 
-/*
- * Test tags for some forbidden cases.
- *
- * return: NULL if OK,
- *        explanatory message otherwise.
- */
-
-static const char *
+const char *
 illegal_tag (const char *tag, notmuch_bool_t remove)
 {