Client: add Partition reference attribute

playlist and player_control are deprecated.
This commit is contained in:
Max Kellermann
2013-01-07 10:59:56 +01:00
parent a6ee6be960
commit d360f17a59
8 changed files with 30 additions and 31 deletions

View File

@@ -24,13 +24,12 @@
#include "gerror.h"
class SongFilter;
struct playlist;
struct player_control;
struct Partition;
gcc_nonnull(2,3)
gcc_nonnull(2)
bool
findAddIn(struct playlist &playlist, struct player_control *pc,
const char *name,
const SongFilter *filter, GError **error_r);
AddFromDatabase(Partition &partition,
const char *name,
const SongFilter *filter, GError **error_r);
#endif