summaryrefslogtreecommitdiffhomepage
path: root/src/bind.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bind.h')
-rw-r--r--src/bind.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bind.h b/src/bind.h
index daf97da..ec8b009 100644
--- a/src/bind.h
+++ b/src/bind.h
@@ -17,6 +17,7 @@
#ifndef INC_BIND_H
#define INC_BIND_H
+/* Returns the command string bound to a given keycode. */
const char *bind_get(int keycode);
#endif