|
ekg2
GIT master
|
#include "ekg2.h"#include <sys/types.h>#include <sys/stat.h>#include <sys/socket.h>#include <stdlib.h>#include <unistd.h>#include <fcntl.h>#include <string.h>#include <errno.h>#include "rc.h"
Funkcje | |
| static int | rc_plugin_destroy () |
| static void | rc_input_close (rc_input_t *r) |
| static int | rc_input_handler_line (int type, int fd, const char *watch, void *data) |
| static int | rc_input_handler_dgram (int type, int fd, watch_type_t watch, void *data) |
| static int | rc_input_handler_accept (int type, int fd, watch_type_t watch, void *data) |
| static rc_input_t * | rc_input_find (const char *path) |
| static watch_t * | rc_watch_find (int fd) |
| static void | rc_paths_changed (const char *name) |
| __attribute__ ((visibility("default"))) | |
Zmienne | |
| plugin_t | rc_plugin = { .name = "rc", .pclass = PLUGIN_UI , .destroy = rc_plugin_destroy, .theme_init = NULL } |
| static list_t | rc_inputs = NULL |
| static char * | rc_paths = NULL |
| __attribute__ | ( | (visibility("default")) | ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
| plugin_t rc_plugin = { .name = "rc", .pclass = PLUGIN_UI , .destroy = rc_plugin_destroy, .theme_init = NULL } |
1.8.13