owntone-server/src/rsp_query.h
2011-04-02 09:52:19 +02:00

10 lines
133 B
C

#ifndef __RSP_QUERY_H__
#define __RSP_QUERY_H__
char *
rsp_query_parse_sql(const char *rsp_query);
#endif /* !__RSP_QUERY_H__ */