Add db_pl_fetch_bytitlepath

This commit is contained in:
Julien BLACHE
2009-11-22 12:34:37 +01:00
parent 04ce09e5be
commit ecb2991881
2 changed files with 27 additions and 0 deletions

View File

@@ -275,6 +275,9 @@ db_pl_ping(int id);
struct playlist_info *
db_pl_fetch_bypath(char *path);
struct playlist_info *
db_pl_fetch_bytitlepath(char *title, char *path);
int
db_pl_add(char *title, char *path, int *id);