summaryrefslogtreecommitdiffstats
path: root/player/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'player/core.h')
-rw-r--r--player/core.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/player/core.h b/player/core.h
index 865b2e9f53..a6606af91c 100644
--- a/player/core.h
+++ b/player/core.h
@@ -230,6 +230,8 @@ enum playback_status {
STATUS_EOF, // playback has ended, or is disabled
};
+const char *mp_status_str(enum playback_status st);
+
#define NUM_PTRACKS 2
typedef struct MPContext {