mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-30 09:03:23 -05:00
13 lines
177 B
C
13 lines
177 B
C
|
|
#ifndef __DAAP_QUERY_H__
|
|
#define __DAAP_QUERY_H__
|
|
|
|
#include "logger.h"
|
|
#include "misc.h"
|
|
|
|
|
|
char *
|
|
daap_query_parse_sql(const char *daap_query);
|
|
|
|
#endif /* !__DAAP_QUERY_H__ */
|