From b4ca3a5dfc459505c5abb40f73927fe91d38e640 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Mon, 20 Aug 2018 19:11:44 -0400 Subject: Don't clobber tab order on /who --- chat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'chat.h') 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); -- cgit 1.4.1