mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-31 16:26:21 +00:00
Dynamic memory allocation on get chat recipient
This commit is contained in:
@@ -30,7 +30,7 @@ int win_is_active(int i);
|
||||
void win_switch_to(int i);
|
||||
void win_close_win(void);
|
||||
int win_in_chat(void);
|
||||
void win_get_recipient(char *recipient);
|
||||
char *win_get_recipient(void);
|
||||
void win_show_incomming_msg(char *from, char *message);
|
||||
void win_show_outgoing_msg(char *from, char *to, char *message);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user