mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-24 09:16:21 +00:00
Allow chat prefix char to be set by plugins
This commit is contained in:
@@ -69,6 +69,10 @@ void chatwin_otr_smp_event(ProfChatWin *chatwin, prof_otr_smp_event_t event, voi
|
||||
|
||||
void chatwin_set_enctext(ProfChatWin *chatwin, const char *const enctext) {}
|
||||
void chatwin_unset_enctext(ProfChatWin *chatwin) {}
|
||||
void chatwin_set_incoming_char(ProfChatWin *chatwin, const char *const ch) {}
|
||||
void chatwin_unset_incoming_char(ProfChatWin *chatwin) {}
|
||||
void chatwin_set_outgoing_char(ProfChatWin *chatwin, const char *const ch) {}
|
||||
void chatwin_unset_outgoing_char(ProfChatWin *chatwin) {}
|
||||
|
||||
void ui_sigwinch_handler(int sig) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user