ekg2
GIT master
|
#include "ekg2.h"
#include <sys/types.h>
#include <sys/stat.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <stdarg.h>
#include <string.h>
#include <dirent.h>
#include <errno.h>
#include "simlite.h"
Funkcje | |
static int | sim_theme_init () |
static int | sim_plugin_destroy () |
static int | message_encrypt (void *data, va_list ap) |
static int | message_decrypt (void *data, va_list ap) |
static int | command_key (const char *name, const char **params, session_t *session, const char *target, int quiet) |
__attribute__ ((visibility("default"))) | |
Zmienne | |
static int | config_encryption = 0 |
plugin_t | sim_plugin = { .name = "sim", .pclass = PLUGIN_CRYPT , .destroy = sim_plugin_destroy, .theme_init = sim_theme_init } |
__attribute__ | ( | (visibility("default")) | ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
plugin_t sim_plugin = { .name = "sim", .pclass = PLUGIN_CRYPT , .destroy = sim_plugin_destroy, .theme_init = sim_theme_init } |