summaryrefslogtreecommitdiffstats
path: root/ui/x_keymap.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/x_keymap.h')
-rw-r--r--ui/x_keymap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/x_keymap.h b/ui/x_keymap.h
index 2042ce0..afde2e9 100644
--- a/ui/x_keymap.h
+++ b/ui/x_keymap.h
@@ -25,8 +25,8 @@
#ifndef QEMU_X_KEYMAP_H
#define QEMU_X_KEYMAP_H
-extern uint8_t translate_xfree86_keycode(const int key);
+uint8_t translate_xfree86_keycode(const int key);
-extern uint8_t translate_evdev_keycode(const int key);
+uint8_t translate_evdev_keycode(const int key);
#endif
OpenPOWER on IntegriCloud