about summary refs log tree commit diff stats
path: root/windows.h
diff options
context:
space:
mode:
Diffstat (limited to 'windows.h')
-rw-r--r--windows.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/windows.h b/windows.h
index 62285f22..546f5b90 100644
--- a/windows.h
+++ b/windows.h
@@ -9,5 +9,6 @@ WINDOW *main_win;
 
 // window creation
 void initgui(void);
+void show_incomming_msg(char *from, char *message);
 
 #endif