23#ifndef MUTT_NOTMUCH_TAG_H
24#define MUTT_NOTMUCH_TAG_H
Convenience wrapper for the library headers.
char * tag_str
Source string.
void nm_tag_array_free(struct TagArray *tags)
Free all memory of a TagArray.
struct TagArray nm_tag_str_to_tags(const char *tag_string)
Converts a comma and/or space-delimited string of tags into an array.