Subversion Repositories RepoView

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 nishi 1
/* $Id: rv_query.h 1 2024-08-20 19:18:25Z nishi $ */
2
 
3
#ifndef __RV_QUERY_H__
4
#define __RV_QUERY_H__
5
 
6
void rv_parse_query(const char* query);
7
void rv_free_query(void);
8
char* rv_get_query(const char* key);
9
 
10
void rv_save_query(char c);
11
void rv_load_query(char c);
12
 
13
#endif