#include "dynstuff.h"#include "plugins.h"#include "stuff.h"Go to the source code of this file.
Data Structures | |
| struct | event |
Typedefs | |
| typedef event | event_t |
Functions | |
| int | event_add (const char *name, int prio, const char *target, const char *action, int quiet) |
| void | event_free () |
| int | events_init () |
Variables | |
| event_t * | events |
| char ** | events_all |
| int event_add | ( | const char * | name, | |
| int | prio, | |||
| const char * | target, | |||
| const char * | action, | |||
| int | quiet | |||
| ) |
| void event_free | ( | ) |
| int events_init | ( | ) |
| char** events_all |
1.5.1