mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-25 12:06:12 -05:00
fixup: rename db_mpd_build_query to db_mpd_start_query, removed unused
function from db.h
This commit is contained in:
5
src/db.h
5
src/db.h
@@ -492,14 +492,11 @@ db_group_persistentid_byid(int id, int64_t *persistentid);
|
||||
|
||||
/* Filelist */
|
||||
int
|
||||
db_mpd_build_query_filelist(struct query_params *qp, char *path);
|
||||
db_mpd_start_query_filelist(struct query_params *qp, char *path);
|
||||
|
||||
int
|
||||
db_mpd_query_fetch_filelist(struct query_params *qp, struct filelist_info *fi);
|
||||
|
||||
struct filelist_info *
|
||||
db_filelist_fetch_bypath(const char *path);
|
||||
|
||||
/* Remotes */
|
||||
int
|
||||
db_pairing_add(struct pairing_info *pi);
|
||||
|
||||
Reference in New Issue
Block a user