mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-26 07:05:57 -05:00
10 lines
133 B
C
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__ */
|