|
MPD
0.17~git
|
Go to the source code of this file.
Defines | |
| #define | PLAYLIST_META_BEGIN "playlist_begin: " |
Functions | |
| void | playlist_vector_save (FILE *fp, const struct playlist_vector *pv) |
| bool | playlist_metadata_load (FILE *fp, struct playlist_vector *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 playlist_vector * | pv, | ||
| const char * | name, | ||
| GString * | buffer, | ||
| GError ** | error_r | ||
| ) |
| void playlist_vector_save | ( | FILE * | fp, |
| const struct playlist_vector * | pv | ||
| ) |
1.7.5.1