summaryrefslogtreecommitdiffhomepage
path: root/dev/Usr/LibWM
diff options
context:
space:
mode:
Diffstat (limited to 'dev/Usr/LibWM')
-rw-r--r--dev/Usr/LibWM/Symbols.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/dev/Usr/LibWM/Symbols.h b/dev/Usr/LibWM/Symbols.h
index 842b2bfb..4003fd5d 100644
--- a/dev/Usr/LibWM/Symbols.h
+++ b/dev/Usr/LibWM/Symbols.h
@@ -8,6 +8,11 @@
#include <LibCF/Core.h>
+struct __wm_msg;
+
IMPORT_C SInt32 __wm_alert(const char* title, const char* msg, const char* opt_link);
IMPORT_C SInt32 __wm_prompt(const char* title, const char* msg, const char** input, const SizeT input_len);
-IMPORT_C SInt32 __wm_exec(const char* path); \ No newline at end of file
+
+IMPORT_C SInt32 __wm_exec(const char* path);
+
+IMPORT_C SInt32 __wm_dispatch_msg(const void* msg, const SizeT len); \ No newline at end of file