#include "check.h"
#include <stdbool.h>
#include <stdio.h>
#include <glib.h>
Go to the source code of this file.
Defines | |
#define | PLAYLIST_META_BEGIN "playlist_begin: " |
Functions | |
void | playlist_vector_save (FILE *fp, const struct list_head *pv) |
bool | playlist_metadata_load (FILE *fp, struct list_head *pv, const char *name, GString *buffer, GError **error_r) |
#define PLAYLIST_META_BEGIN "playlist_begin: " |
Definition at line 29 of file playlist_database.h.
bool playlist_metadata_load | ( | FILE * | fp, | |
struct list_head * | pv, | |||
const char * | name, | |||
GString * | buffer, | |||
GError ** | error_r | |||
) |
void playlist_vector_save | ( | FILE * | fp, | |
const struct list_head * | pv | |||
) |