summaryrefslogtreecommitdiffstats
path: root/input/joystick.h
diff options
context:
space:
mode:
Diffstat (limited to 'input/joystick.h')
-rw-r--r--input/joystick.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/input/joystick.h b/input/joystick.h
index 7dc3883c83..0784ce6128 100644
--- a/input/joystick.h
+++ b/input/joystick.h
@@ -21,6 +21,6 @@
struct input_ctx;
struct mp_log;
-int mp_input_joystick_init(struct input_ctx *ictx, struct mp_log *log, char *dev);
+void mp_input_joystick_add(struct input_ctx *ictx, char *dev);
#endif /* MPLAYER_JOYSTICK_H */