Moved incoming display message

This commit is contained in:
James Booth
2012-02-06 22:29:05 +00:00
parent 14f4478bea
commit bbb0fbed4f
6 changed files with 29 additions and 20 deletions

View File

@@ -9,5 +9,6 @@ WINDOW *main_win;
// window creation
void initgui(void);
void show_incomming_msg(char *from, char *message);
#endif