about summary refs log tree commit diff
path: root/chat.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-08-12 23:55:12 -0400
committerJune McEnroe <june@causal.agency>2018-08-12 23:55:12 -0400
commit1232ce451de8372a54e477882ed9e7cfa129c4b9 (patch)
treec8f6c6e2a07c02f920128d28f29087dc84795ba3 /chat.h
parentFix /open ranges by passing all URLs to open(1) (diff)
downloadcatgirl-1232ce451de8372a54e477882ed9e7cfa129c4b9.tar.gz
catgirl-1232ce451de8372a54e477882ed9e7cfa129c4b9.zip
Factor out input param and add tagFind
So that /view can't just invent tags.
Diffstat (limited to 'chat.h')
-rw-r--r--chat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chat.h b/chat.h
index 9961955..a4ab195 100644
--- a/chat.h
+++ b/chat.h
@@ -45,6 +45,7 @@ enum { TAGS_LEN = 256 };
 const struct Tag TAG_NONE;
 const struct Tag TAG_STATUS;
 const struct Tag TAG_VERBOSE;
+struct Tag tagFind(const char *name);
 struct Tag tagFor(const char *name);
 
 enum {