Project

General

Profile

Statistics
| Branch: | Revision:

root / mainbox / query.h @ 15fa09f7

History | View | Annotate | Download (134 Bytes)

1 9e764ac9 Tom Mullins
#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