about summary refs log tree commit diff
path: root/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'util.h')
-rw-r--r--util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/util.h b/util.h
index 173b2a9..b87ad5f 100644
--- a/util.h
+++ b/util.h
@@ -47,6 +47,7 @@ struct slist *slist_split(const char *str, const char *delim);
 struct slist **slist_append(struct slist **prev, const char *str);
 struct slist *slist_prepend(struct slist *list, const char *str);
 bool slist_contains(const struct slist *list, const char *key);
+bool slist_matches(const struct slist *list, const char *key);
 
 // miscellaneous utilities