#include <stdio.h>
Go to the source code of this file.
Functions | |
void | queue_save (FILE *fp, const struct queue *queue) |
int | queue_load_song (struct queue *queue, const char *line) |
Loads one song from the state file line and returns its number. |
int queue_load_song | ( | struct queue * | queue, | |
const char * | line | |||
) |
Loads one song from the state file line and returns its number.
Returns -1 on failure.
void queue_save | ( | FILE * | fp, | |
const struct queue * | queue | |||
) |