X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=tag-util.h;h=246de85ccb8f2a936f0adc6c50b6638607063f8d;hp=c07bfde5013fb720c93d15fa7653df185ce1276d;hb=d273ed6cf1bdaa2d644cec4909cbf415ff4d257b;hpb=ba4e8565294fc0a197b4c08082ad912c31888008 diff --git a/tag-util.h b/tag-util.h index c07bfde5..246de85c 100644 --- a/tag-util.h +++ b/tag-util.h @@ -72,6 +72,21 @@ parse_tag_line (void *ctx, char *line, tag_op_flag_t flags, char **query_str, tag_op_list_t *ops); + + +/* Parse a command line of the following format: + * + * +|- [...] [--] + * + * Output Parameters: + * ops contains a list of tag operations + * query_str the search terms. + */ + +tag_parse_status_t +parse_tag_command_line (void *ctx, int argc, char **argv, + char **query_str, tag_op_list_t *ops); + /* * Create an empty list of tag operations *