summaryrefslogtreecommitdiff
path: root/obt/keyboard.h
diff options
context:
space:
mode:
Diffstat (limited to 'obt/keyboard.h')
-rw-r--r--obt/keyboard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/obt/keyboard.h b/obt/keyboard.h
index a9029df3..dd28cb86 100644
--- a/obt/keyboard.h
+++ b/obt/keyboard.h
@@ -40,7 +40,7 @@ typedef enum {
OBT_KEYBOARD_NUM_MODKEYS
} ObtModkeysKey;
-void obt_keyboard_reload();
+void obt_keyboard_reload(void);
/*! Get the modifier mask(s) for a KeyCode. (eg. a keycode bound to Alt_L could
return a mask of (Mod1Mask | Mask3Mask)) */