about summary refs log tree commit diff stats
path: root/windows.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-02-06 22:29:05 +0000
committerJames Booth <boothj5@gmail.com>2012-02-06 22:29:05 +0000
commitbbb0fbed4ffe472ef8672acad538cee597bf7e4f (patch)
tree674d6ff4eae450456b5a64756654ee313c459151 /windows.h
parent14f4478bea0f031e58137f2f508eaa632c1925d5 (diff)
downloadprofani-tty-bbb0fbed4ffe472ef8672acad538cee597bf7e4f.tar.gz
Moved incoming display message
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