ekg2
GIT master
|
#include "ekg2.h"
#include <sys/stat.h>
#include <sys/types.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <errno.h>
#include <fcntl.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <libgadu.h>
#include "dcc.h"
#include "gg.h"
Funkcje | |
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) |
dcc_t * | gg_dcc_find (void *d) |
int | gg_dcc_handler (int type, int fd, watch_type_t watch, void *data) |
static int | gg_dcc_handler_open (int type, int fd, watch_type_t watch, void *data) |
int | gg_dcc_socket_open (int port) |
void | gg_dcc_socket_close () |
Zmienne | |
struct gg_dcc * | gg_dcc_socket = NULL |
static int | dcc_limit_time = 0 |
static int | dcc_limit_count = 0 |
int | gg_config_audio |
int | gg_config_dcc |
int | gg_config_dcc_port |
char * | gg_config_dcc_ip |
char * | gg_config_dcc_limit |
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 | ||
) |
dcc_t* gg_dcc_find | ( | void * | d | ) |
int gg_dcc_handler | ( | int | type, |
int | fd, | ||
watch_type_t | watch, | ||
void * | data | ||
) |
|
static |
void gg_dcc_socket_close | ( | ) |
int gg_dcc_socket_open | ( | int | port | ) |
|
static |
|
static |
int gg_config_audio |
int gg_config_dcc |
char* gg_config_dcc_ip |
char* gg_config_dcc_limit |
int gg_config_dcc_port |
struct gg_dcc* gg_dcc_socket = NULL |