mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-23 10:46:22 +00:00
add subscription support
This commit is contained in:
1
src/ui.h
1
src/ui.h
@@ -91,6 +91,7 @@ void win_show_gone(const char * const from);
|
||||
void win_show_incomming_msg(const char * const from, const char * const message,
|
||||
GTimeVal *tv_stamp);
|
||||
void win_show_error_msg(const char * const from, const char *err_msg);
|
||||
void win_show_system_msg(const char * const from, const char *message);
|
||||
void win_show_outgoing_msg(const char * const from, const char * const to,
|
||||
const char * const message);
|
||||
void win_handle_special_keys(const int * const ch);
|
||||
|
||||
Reference in New Issue
Block a user