X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=tag-util.c;h=e2d5b795acc30c35afb2c6ac62e750165ed8f128;hp=3bde4097372ab827e91e23ff963f6c5413652f9b;hb=07dd9d53cb7d92dc42ef697edb65e4c491b65928;hpb=ec13bd12e3335d0ceb878d403d11004bbe330c8e diff --git a/tag-util.c b/tag-util.c index 3bde4097..e2d5b795 100644 --- a/tag-util.c +++ b/tag-util.c @@ -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) {