2009-06-02 15:51:38 +02:00
|
|
|
|
|
|
|
#ifndef __DAAP_QUERY_H__
|
|
|
|
#define __DAAP_QUERY_H__
|
|
|
|
|
2010-01-04 17:59:21 +01:00
|
|
|
#include "logger.h"
|
|
|
|
#include "misc.h"
|
|
|
|
|
2009-06-02 15:51:38 +02:00
|
|
|
|
|
|
|
char *
|
|
|
|
daap_query_parse_sql(const char *daap_query);
|
|
|
|
|
|
|
|
#endif /* !__DAAP_QUERY_H__ */
|