ekg2
GIT master
|
Struktury danych | |
struct | emoticon |
Definicje typów | |
typedef struct emoticon | emoticon_t |
Funkcje | |
static void | list_emoticon_free (emoticon_t *data) |
static void | emoticons_add (emoticon_t *new_) |
void | emoticons_destroy (void) |
static int | emoticon_add (const char *name, const char *value) |
int | emoticon_read () |
char * | emoticon_expand (const char *s) |
Zmienne | |
emoticon_t * | emoticons = NULL |
int | config_emoticons = 1 |
typedef struct emoticon emoticon_t |
|
static |
char* emoticon_expand | ( | const char * | s | ) |
int emoticon_read | ( | ) |
|
static |
void emoticons_destroy | ( | void | ) |
|
static |
int config_emoticons = 1 |
emoticon_t* emoticons = NULL |