summaryrefslogtreecommitdiffstats
path: root/src/hotkeys.hh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/hotkeys.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hotkeys.hh b/src/hotkeys.hh
index 3bbe060..97b031c 100644
--- a/src/hotkeys.hh
+++ b/src/hotkeys.hh
@@ -31,6 +31,6 @@
#define LNAV_HOTKEYS_H
bool handle_keyseq(const char* keyseq);
-bool handle_paging_key(int ch);
+bool handle_paging_key(int ch, const char* keyseq);
#endif // LNAV_HOTKEYS_H