summaryrefslogtreecommitdiff
path: root/src/normal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/normal.h')
-rw-r--r--src/normal.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/normal.h b/src/normal.h
index 710a553..e4f626c 100644
--- a/src/normal.h
+++ b/src/normal.h
@@ -23,11 +23,11 @@
#include "config.h"
#include "main.h"
-void normal_enter(void);
-void normal_leave(void);
-VbResult normal_keypress(int key);
-void pass_enter(void);
-void pass_leave(void);
-VbResult pass_keypress(int key);
+void normal_enter(Client *c);
+void normal_leave(Client *c);
+VbResult normal_keypress(Client *c, int key);
+void pass_enter(Client *c);
+void pass_leave(Client *c);
+VbResult pass_keypress(Client *c, int key);
#endif /* end of include guard: _NORMAL_H */