summaryrefslogtreecommitdiff
path: root/src/input.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/input.h')
-rw-r--r--src/input.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input.h b/src/input.h
index c5115a4..f3da6bc 100644
--- a/src/input.h
+++ b/src/input.h
@@ -29,9 +29,9 @@ char *get_more_input (char *prompt, char *preinput, completion_fn fn);
int read_key (KeySym *keysym, unsigned int *modifiers, char *keysym_name, int len);
unsigned int x11_mask_to_rp_mask (unsigned int mask);
unsigned int rp_mask_to_x11_mask (unsigned int mask);
-void update_modifier_map ();
+void update_modifier_map (void);
void grab_key (KeySym keysym, unsigned int modifiers, Window grab_window);
-void ring_bell ();
+void ring_bell (void);
#endif /* ! _RATPOISON_INPUT_H */