1
2#ifndef __RSP_QUERY_H__
3#define __RSP_QUERY_H__
4
5
6char *
7rsp_query_parse_sql(const char *rsp_query);
8
9#endif /* !__RSP_QUERY_H__ */
10