aboutsummaryrefslogtreecommitdiffhomepage
path: root/tag-util.c
diff options
context:
space:
mode:
authorGravatar Jani Nikula <jani@nikula.org>2014-02-23 18:55:21 +0200
committerGravatar David Bremner <david@tethera.net>2014-03-06 07:41:38 -0400
commit07dd9d53cb7d92dc42ef697edb65e4c491b65928 (patch)
tree6178bf0c2a87d73b3795ce44268a09c5d2bf6b67 /tag-util.c
parentec13bd12e3335d0ceb878d403d11004bbe330c8e (diff)
cli: export function for illegal tag checking
This lets us check for forbidden tags consistently across the cli. No functional changes.
Diffstat (limited to 'tag-util.c')
-rw-r--r--tag-util.c9
1 files changed, 1 insertions, 8 deletions
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)
{