summaryrefslogtreecommitdiff
path: root/profiles/audio/player.h
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/audio/player.h')
-rw-r--r--profiles/audio/player.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/audio/player.h b/profiles/audio/player.h
index 4ad8bfebc..376bad9c1 100644
--- a/profiles/audio/player.h
+++ b/profiles/audio/player.h
@@ -45,6 +45,7 @@ struct media_player;
struct media_item;
struct media_player_callback {
+ bool (*get_position) (struct media_player *mp, void *user_data);
bool (*set_setting) (struct media_player *mp, const char *key,
const char *value, void *user_data);
int (*play) (struct media_player *mp, void *user_data);