summaryrefslogtreecommitdiffstats
path: root/input/ar.h
diff options
context:
space:
mode:
Diffstat (limited to 'input/ar.h')
-rw-r--r--input/ar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/input/ar.h b/input/ar.h
index 836ba089d1..ae763acdad 100644
--- a/input/ar.h
+++ b/input/ar.h
@@ -36,7 +36,7 @@
#define AR_VDOWN (AR_BASE + 9)
int mp_input_ar_init(void);
-int mp_input_ar_read(int fd);
+int mp_input_ar_read(void *ctx, int fd);
void mp_input_ar_close(int fd);
#endif /* MPLAYER_AR_H */