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