#include "ekg2-config.h"#include <sys/types.h>#include <stdio.h>#include "dynstuff.h"#include "dynstuff_inline.h"#include "stuff.h"#include "xmalloc.h"Struktury danych | |
| struct | emoticon |
Definicje typów | |
| typedef struct emoticon | emoticon_t |
Funkcje | |
| static | LIST_FREE_ITEM (list_emoticon_free, emoticon_t *) |
| DYNSTUFF_LIST_DECLARE (emoticons, emoticon_t, list_emoticon_free, static __DYNSTUFF_LIST_ADD, __DYNSTUFF_NOREMOVE, __DYNSTUFF_LIST_DESTROY) int config_emoticons | |
| static int | emoticon_add (const char *name, const char *value) |
| int | emoticon_read () |
| char * | emoticon_expand (const char *s) |
Zmienne | |
| emoticon_t * | emoticons = NULL |
| typedef struct emoticon emoticon_t |
| DYNSTUFF_LIST_DECLARE | ( | emoticons | , | |
| emoticon_t | , | |||
| list_emoticon_free | , | |||
| static | __DYNSTUFF_LIST_ADD, | |||
| __DYNSTUFF_NOREMOVE | , | |||
| __DYNSTUFF_LIST_DESTROY | ||||
| ) |
| static int emoticon_add | ( | const char * | name, | |
| const char * | value | |||
| ) | [static] |
| char* emoticon_expand | ( | const char * | s | ) |
| int emoticon_read | ( | ) |
| static LIST_FREE_ITEM | ( | list_emoticon_free | , | |
| emoticon_t * | ||||
| ) | [static] |
| emoticon_t* emoticons = NULL |
1.7.1