#include "ekg2-config.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 <ekg/commands.h>#include <ekg/debug.h>#include <ekg/protocol.h>#include <ekg/stuff.h>#include <ekg/themes.h>#include <ekg/userlist.h>#include <ekg/xmalloc.h>#include <libgadu.h>#include "images.h"#include "gg.h"Funkcje | |
| static image_t * | image_add_queue (const char *filename, char *data, uint32_t size, uint32_t crc32) |
| void | gg_changed_images (const char *var) |
| int | gg_command_image (const char *name, const char **params, session_t *session, const char *target, int quiet) |
| void | image_remove_queue (image_t *i) |
| void | image_flush_queue () |
Zmienne | |
| list_t | images = NULL |
| int | gg_config_image_size |
| int | gg_config_get_images |
| char * | gg_config_images_dir |
| void gg_changed_images | ( | const char * | var | ) |
| int gg_command_image | ( | const char * | name, | |
| const char ** | params, | |||
| session_t * | session, | |||
| const char * | target, | |||
| int | quiet | |||
| ) |
| static image_t * image_add_queue | ( | const char * | filename, | |
| char * | data, | |||
| uint32_t | size, | |||
| uint32_t | crc32 | |||
| ) | [static] |
| void image_flush_queue | ( | ) |
| void image_remove_queue | ( | image_t * | i | ) |
| char* gg_config_images_dir |
1.7.1