SongFilter: convert to a C++ class

This commit is contained in:
Max Kellermann
2012-08-29 19:27:03 +02:00
parent 04a9dec952
commit 333d226ed0
20 changed files with 210 additions and 241 deletions

View File

@@ -23,12 +23,12 @@
#include "gcc.h"
#include "gerror.h"
struct locate_item_list;
class SongFilter;
struct player_control;
gcc_nonnull(1,2)
bool
findAddIn(struct player_control *pc, const char *name,
const struct locate_item_list *criteria, GError **error_r);
const SongFilter *filter, GError **error_r);
#endif