diff options
author | Curtis McEnroe | 2018-09-14 23:37:09 -0400 |
---|---|---|
committer | Curtis McEnroe | 2018-09-14 23:37:09 -0400 |
commit | 3e2a9c20569478e9f50a86c20fb7e7ec245c9d01 (patch) | |
tree | 061215de0e1a0ee04d33c385347d2b7fca37e031 /chat.h | |
parent | 835d3a452a3f0774befc818aa08a6446829c0644 (diff) |
Factor out uiPrompt to call on nick change
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 93d3ae9..a4d1366 100644 --- a/chat.h +++ b/chat.h @@ -111,6 +111,7 @@ void uiHide(void); void uiExit(void); void uiDraw(void); void uiRead(void); +void uiPrompt(void); void uiViewTag(struct Tag tag); void uiViewNum(int num); |