Merge branch 'v0.18.x'

This commit is contained in:
Max Kellermann
2014-01-20 09:05:36 +01:00
12 changed files with 56 additions and 55 deletions

View File

@@ -24,7 +24,7 @@
#include <stdio.h>
struct queue;
struct Queue;
struct playlist;
struct PlayerControl;
class DetachedSong;
@@ -40,7 +40,7 @@ playlist_print_uri(FILE *fp, const char *uri);
* Saves a queue object into a stored playlist file.
*/
PlaylistResult
spl_save_queue(const char *name_utf8, const queue &queue);
spl_save_queue(const char *name_utf8, const Queue &queue);
/**
* Saves a playlist object into a stored playlist file.