summaryrefslogtreecommitdiffstats
path: root/player/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'player/command.h')
-rw-r--r--player/command.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/player/command.h b/player/command.h
index 7ceeda22ff..846067b3bf 100644
--- a/player/command.h
+++ b/player/command.h
@@ -33,7 +33,7 @@ void property_print_help(struct mp_log *log);
int mp_property_do(const char* name, int action, void* val,
struct MPContext *mpctx);
-const struct m_option *mp_get_property_list(void);
+const struct m_property *mp_get_property_list(void);
int mp_find_property_index(const char *property);
void mp_notify(struct MPContext *mpctx, int event, void *arg);