summaryrefslogtreecommitdiff
path: root/hw/xwin/win.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/xwin/win.h')
-rw-r--r--hw/xwin/win.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/xwin/win.h b/hw/xwin/win.h
index eb97a78e9..9baee9b05 100644
--- a/hw/xwin/win.h
+++ b/hw/xwin/win.h
@@ -963,10 +963,10 @@ winSendKeyEvent (DWORD dwKey, Bool fDown);
*/
Bool
-winInstallKeyboardHookLL ();
+winInstallKeyboardHookLL (void);
void
-winRemoveKeyboardHookLL ();
+winRemoveKeyboardHookLL (void);
/*