Project

General

Profile

Statistics
| Branch: | Revision:

root / mainbox / query.h @ 75cef49f

History | View | Annotate | Download (207 Bytes)

1
#ifndef QUERY_H
2
#define QUERY_H
3

    
4
#include "event.h"
5

    
6
int query_init();
7
void query_cleanup();
8
int query_user_permission(int tool_id, unsigned int user_id);
9
int query_add_event(struct event_t *event);
10

    
11
#endif