summaryrefslogtreecommitdiff
path: root/src/client/hotKey.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/hotKey.h')
-rw-r--r--src/client/hotKey.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/hotKey.h b/src/client/hotKey.h
index 91d52df..95b4946 100644
--- a/src/client/hotKey.h
+++ b/src/client/hotKey.h
@@ -7,7 +7,7 @@
extern void hot_key_init();
extern void hot_key_register(SDLKey key, void (*handler) ());
-extern void unhot_key_register(SDLKey key);
+extern void hot_key_unregister(SDLKey key);
extern void hot_key_enable(SDLKey key);
extern void hot_key_disable(SDLKey key);
extern void hot_key_event();