mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-27 06:33:21 -05:00
Move FILTER_TYPE_* definitions to smart-parser.h, where they belong
This commit is contained in:
parent
29db6de1bb
commit
6ed689d1c9
@ -23,6 +23,7 @@
|
|||||||
|
|
||||||
#include "ff-dbstruct.h"
|
#include "ff-dbstruct.h"
|
||||||
#include "ff-plugin-events.h"
|
#include "ff-plugin-events.h"
|
||||||
|
#include "smart-parser.h"
|
||||||
|
|
||||||
#define EXPORT
|
#define EXPORT
|
||||||
|
|
||||||
@ -89,9 +90,6 @@ typedef struct tag_plugin_info {
|
|||||||
#define QUERY_TYPE_PLAYLISTS 1
|
#define QUERY_TYPE_PLAYLISTS 1
|
||||||
#define QUERY_TYPE_DISTINCT 2
|
#define QUERY_TYPE_DISTINCT 2
|
||||||
|
|
||||||
#define FILTER_TYPE_FIREFLY 0
|
|
||||||
#define FILTER_TYPE_APPLE 1
|
|
||||||
|
|
||||||
typedef struct tag_db_query {
|
typedef struct tag_db_query {
|
||||||
int query_type;
|
int query_type;
|
||||||
char *distinct_field;
|
char *distinct_field;
|
||||||
|
@ -13,5 +13,8 @@ extern char *sp_sql_clause(PARSETREE tree);
|
|||||||
#define SP_TYPE_PLAYLIST 0
|
#define SP_TYPE_PLAYLIST 0
|
||||||
#define SP_TYPE_QUERY 1
|
#define SP_TYPE_QUERY 1
|
||||||
|
|
||||||
|
#define FILTER_TYPE_FIREFLY 0
|
||||||
|
#define FILTER_TYPE_APPLE 1
|
||||||
|
|
||||||
#endif /* _SMART_PARSER_H_ */
|
#endif /* _SMART_PARSER_H_ */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user