#include "check.h"
#include <stdbool.h>
Go to the source code of this file.
Functions | |
void | delete_song (struct directory *parent, struct song *song) |
Caller must lock the db_mutex. | |
void | delete_directory (struct directory *directory) |
Recursively free a directory and all its contents. | |
bool | delete_name_in (struct directory *parent, const char *name) |
Caller must NOT lock the db_mutex. |
void delete_directory | ( | struct directory * | directory | ) |
bool delete_name_in | ( | struct directory * | parent, | |
const char * | name | |||
) |
Caller must NOT lock the db_mutex.