summaryrefslogtreecommitdiff
path: root/playlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'playlist.h')
-rw-r--r--playlist.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/playlist.h b/playlist.h
index d92050ac..37bd17b6 100644
--- a/playlist.h
+++ b/playlist.h
@@ -23,7 +23,7 @@
typedef struct metaInfo_s {
const char *key;
- char *value;
+ const char *value;
struct metaInfo_s *next;
} metaInfo_t;
@@ -116,6 +116,9 @@ int
plt_get_curr (void);
int
+plt_get_idx_of (playlist_t *plt);
+
+int
plt_get_title (int plt, char *buffer, int bufsize);
int