mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-25 01:06:21 +00:00
xmlwin_show takes window as argument
This commit is contained in:
@@ -209,7 +209,7 @@ void chatwin_otr_smp_event(ProfChatWin *chatwin, prof_otr_smp_event_t event, voi
|
||||
#endif
|
||||
|
||||
// xml console
|
||||
void xmlwin_show(const char *const msg);
|
||||
void xmlwin_show(ProfXMLWin *xmlwin, const char *const msg);
|
||||
|
||||
// Input window
|
||||
char* inp_readline(void);
|
||||
|
||||
Reference in New Issue
Block a user