diff options
author | Max Kellermann <max@duempel.org> | 2012-08-07 22:57:18 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2012-08-07 22:57:18 +0200 |
commit | 4d6c816abb72d299b3366fcd878035ebd63e8a3f (patch) | |
tree | bfe26028dc8d4fc787e644a05cacad99a7139558 /src/db | |
parent | f35ceaee0a3e05e9b00230cce4b553169c4c8712 (diff) | |
download | mpd-4d6c816abb72d299b3366fcd878035ebd63e8a3f.tar.gz mpd-4d6c816abb72d299b3366fcd878035ebd63e8a3f.tar.xz mpd-4d6c816abb72d299b3366fcd878035ebd63e8a3f.zip |
dbUtils.h: move to DatabaseQueue.hxx, DatabasePlaylist.hxx
Diffstat (limited to '')
-rw-r--r-- | src/dbUtils.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/dbUtils.h b/src/dbUtils.h index 95884daa1..b26422ef8 100644 --- a/src/dbUtils.h +++ b/src/dbUtils.h @@ -37,20 +37,4 @@ bool addAllInToStoredPlaylist(const char *uri_utf8, const char *path_utf8, GError **error_r); -gcc_nonnull(1,2,3) -bool -findAddIn(struct player_control *pc, const char *name, - const struct locate_item_list *criteria, GError **error_r); - -gcc_nonnull(1,2,3) -bool -search_add_songs(struct player_control *pc, const char *uri, - const struct locate_item_list *criteria, GError **error_r); - -gcc_nonnull(1,2,3) -bool -search_add_to_playlist(const char *uri, const char *path_utf8, - const struct locate_item_list *criteria, - GError **error_r); - #endif |