aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2010-12-10 17:46:23 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2010-12-10 17:46:23 -0500
commit061486aed157f8d992f43ba9d45eb4e160a3a3ee (patch)
treebbbd05e8aeb044265ef1827eb8e48d02bdc51c63 /include
parentf8ff3e5854b6bd4b61061b6d521619e076623183 (diff)
downloadNetNuke2-061486aed157f8d992f43ba9d45eb4e160a3a3ee.tar.gz
UI changes... Sort of getting there.
Diffstat (limited to 'include')
-rw-r--r--include/netnuke.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/netnuke.h b/include/netnuke.h
index dc78ef2..1a11bcf 100644
--- a/include/netnuke.h
+++ b/include/netnuke.h
@@ -70,6 +70,7 @@ void free_window(WINDOW* window);
void* main_window_worker(void* args);
void main_init(void);
void main_deinit(void);
+void update_window(WINDOW* window);
#endif //NETNUKE_H