Mercurial > audlegacy
comparison src/audacious/playlist.h @ 4532:97b29dec6c6b
moved away some stuff from main.c
author | mf0102 <0102@gmx.at> |
---|---|
date | Thu, 08 May 2008 22:49:52 +0200 |
parents | 0fe46317167f |
children | 2eee464379dc |
comparison
equal
deleted
inserted
replaced
4531:cbb1f66d8971 | 4532:97b29dec6c6b |
---|---|
103 typedef enum { | 103 typedef enum { |
104 PLAYLIST_ASSOC_LINEAR, | 104 PLAYLIST_ASSOC_LINEAR, |
105 PLAYLIST_ASSOC_QUEUE, | 105 PLAYLIST_ASSOC_QUEUE, |
106 PLAYLIST_ASSOC_SHUFFLE | 106 PLAYLIST_ASSOC_SHUFFLE |
107 } PlaylistAssociation; | 107 } PlaylistAssociation; |
108 | |
109 extern const guint n_titlestring_presets; | |
108 | 110 |
109 PlaylistEntry *playlist_entry_new(const gchar * filename, | 111 PlaylistEntry *playlist_entry_new(const gchar * filename, |
110 const gchar * title, const gint len, | 112 const gchar * title, const gint len, |
111 InputPlugin * dec); | 113 InputPlugin * dec); |
112 void playlist_entry_free(PlaylistEntry * entry); | 114 void playlist_entry_free(PlaylistEntry * entry); |