#include <ekg/protocol.h>
#include <ekg/commands.h>
Idź do kodu źródłowego tego pliku.
Funkcje | |
int | gg_command_dcc (const char *name, const char **params, session_t *session, const char *target, int quiet) |
void | gg_changed_dcc (const char *var) |
int | gg_dcc_socket_open (int port) |
void | gg_dcc_socket_close () |
void | gg_dcc_audio_init () |
void | gg_dcc_audio_close () |
dcc_t * | gg_dcc_find (void *D) |
int | gg_dcc_handler (int type, int fd, watch_type_t watch, void *data) |
void gg_changed_dcc | ( | const char * | var | ) |
int gg_command_dcc | ( | const char * | name, | |
const char ** | params, | |||
session_t * | session, | |||
const char * | target, | |||
int | quiet | |||
) |
void gg_dcc_audio_close | ( | ) |
void gg_dcc_audio_init | ( | ) |
dcc_t* gg_dcc_find | ( | void * | D | ) |
int gg_dcc_handler | ( | int | type, | |
int | fd, | |||
watch_type_t | watch, | |||
void * | data | |||
) |
void gg_dcc_socket_close | ( | ) |
int gg_dcc_socket_open | ( | int | port | ) |