Project

General

Profile

Statistics
| Branch: | Revision:

root / mainbox / query.h @ 9e764ac9

History | View | Annotate | Download (134 Bytes)

1
#ifndef QUERY_H
2
#define QUERY_H
3

    
4
int query_init();
5
void query_cleanup();
6
int query_user_permission(int tool_id, int user_id);
7

    
8
#endif