#include <ekg/win32.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 <ekg/debug.h>
#include <ekg/dynstuff.h>
#include <ekg/plugins.h>
#include <ekg/stuff.h>
#include <ekg/themes.h>
#include <ekg/vars.h>
#include <ekg/xmalloc.h>
#include "rc.h"
Funkcje | |
PLUGIN_DEFINE (rc, PLUGIN_UI, NULL) | |
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) |
EXPORT int | rc_plugin_init (int prio) |
static int | rc_plugin_destroy () |
Zmienne | |
static list_t | rc_inputs = NULL |
static char * | rc_paths = NULL |
PLUGIN_DEFINE | ( | rc | , | |
PLUGIN_UI | , | |||
NULL | ||||
) |
static void rc_input_close | ( | rc_input_t * | r | ) | [static] |
static rc_input_t* rc_input_find | ( | const char * | path | ) | [static] |
static int rc_input_handler_accept | ( | int | type, | |
int | fd, | |||
watch_type_t | watch, | |||
void * | data | |||
) | [static] |
static int rc_input_handler_dgram | ( | int | type, | |
int | fd, | |||
watch_type_t | watch, | |||
void * | data | |||
) | [static] |
static int rc_input_handler_line | ( | int | type, | |
int | fd, | |||
const char * | watch, | |||
void * | data | |||
) | [static] |
static void rc_paths_changed | ( | const char * | name | ) | [static] |
static int rc_plugin_destroy | ( | ) | [static] |
EXPORT int rc_plugin_init | ( | int | prio | ) |
static watch_t* rc_watch_find | ( | int | fd | ) | [static] |
char* rc_paths = NULL [static] |