Add file and playlist disable-by-match routines

This commit is contained in:
Julien BLACHE
2009-06-11 14:42:55 +02:00
parent 34b0c22e46
commit 56127b3ecc
2 changed files with 90 additions and 16 deletions

View File

@@ -243,6 +243,9 @@ db_file_delete_bypath(char *path);
void
db_file_disable_bypath(char *path, char *strip, uint32_t cookie);
void
db_file_disable_bymatch(char *path, char *strip, uint32_t cookie);
int
db_file_enable_bycookie(uint32_t cookie, char *path);
@@ -277,6 +280,9 @@ db_pl_delete_bypath(char *path);
void
db_pl_disable_bypath(char *path, char *strip, uint32_t cookie);
void
db_pl_disable_bymatch(char *path, char *strip, uint32_t cookie);
int
db_pl_enable_bycookie(uint32_t cookie, char *path);