diff options
Diffstat (limited to 'chat.h')
-rw-r--r-- | chat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chat.h b/chat.h index 6f08a01..a3ce3f9 100644 --- a/chat.h +++ b/chat.h @@ -126,6 +126,7 @@ void uiExit(int status); void uiPrompt(bool nickChanged); void uiShowTag(struct Tag tag); void uiShowNum(int num, bool relative); +void uiMoveTag(struct Tag tag, int num, bool relative); void uiCloseTag(struct Tag tag); enum UIHeat { |