about summary refs log tree commit diff
path: root/chat.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-08-20 19:11:44 -0400
committerJune McEnroe <june@causal.agency>2018-08-20 19:11:44 -0400
commitb4ca3a5dfc459505c5abb40f73927fe91d38e640 (patch)
tree80c3d35cbd88317902cc76fe86fed5a241228ac3 /chat.h
parentRemove unnecessary include (diff)
downloadcatgirl-b4ca3a5dfc459505c5abb40f73927fe91d38e640.tar.gz
catgirl-b4ca3a5dfc459505c5abb40f73927fe91d38e640.zip
Don't clobber tab order on /who
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 4ec5dcd..781d25a 100644
--- a/chat.h
+++ b/chat.h
@@ -142,6 +142,7 @@ const wchar_t *editHead(void);
 const wchar_t *editTail(void);
 
 void tabTouch(struct Tag tag, const char *word);
+void tabAdd(struct Tag tag, const char *word);
 void tabRemove(struct Tag tag, const char *word);
 void tabReplace(struct Tag tag, const char *prev, const char *next);
 void tabClear(struct Tag tag);