|
myMPD
Internal API documentation
|
Last played implementation. More...
#include "compile_time.h"#include "src/lib/last_played.h"#include "src/lib/filehandler.h"#include "src/lib/log.h"#include "src/lib/mpack.h"#include "src/lib/sds_extras.h"#include <unistd.h>
Functions | |
| bool | last_played_file_save (struct t_partition_state *partition_state) |
| bool | last_played_file_read (struct t_partition_state *partition_state) |
Last played implementation.
| bool last_played_file_read | ( | struct t_partition_state * | partition_state | ) |
Reads the last played list from disc
| partition_state | pointer to partition state |
| bool last_played_file_save | ( | struct t_partition_state * | partition_state | ) |
Saves the last played list to disc
| partition_state | pointer to partition state |