Project

General

Profile

Statistics
| Branch: | Revision:

root / mainbox / query.h @ master

History | View | Annotate | Download (235 Bytes)

1 9e764ac9 Tom Mullins
#ifndef QUERY_H
2
#define QUERY_H
3
4 75cef49f Tom Mullins
#include "event.h"
5
6 9e764ac9 Tom Mullins
int query_init();
7
void query_cleanup();
8 75cef49f Tom Mullins
int query_user_permission(int tool_id, unsigned int user_id);
9 cc7646f9 Tom Mullins
void query_refresh_cache();
10 75cef49f Tom Mullins
int query_add_event(struct event_t *event);
11 9e764ac9 Tom Mullins
12
#endif