mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-25 12:06:12 -05:00
Add db_query_fetch_string_sort() to fetch string+sortstring results
This commit is contained in:
committed by
Julien BLACHE
parent
d8bf5eedce
commit
e226c38d4f
3
src/db.h
3
src/db.h
@@ -308,6 +308,9 @@ db_query_fetch_group(struct query_params *qp, struct db_group_info *dbgri);
|
||||
int
|
||||
db_query_fetch_string(struct query_params *qp, char **string);
|
||||
|
||||
int
|
||||
db_query_fetch_string_sort(struct query_params *qp, char **string, char **sortstring);
|
||||
|
||||
/* Files */
|
||||
int
|
||||
db_files_get_count(void);
|
||||
|
||||
Reference in New Issue
Block a user