#include "dynstuff.h"#include "plugins.h"#include "stuff.h"Idź do kodu źródłowego tego pliku.
Struktury danych | |
| struct | event |
Definicje typów | |
| typedef struct event | event_t |
Funkcje | |
| int | event_add (const char *name, int prio, const char *target, const char *action, int quiet) |
| void | event_free () |
| int | events_init () |
Zmienne | |
| 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.7.1