ekg2  GIT master
 All Struktury Danych Pliki Funkcje Zmienne Definicje typów Wyliczenia Wartości wyliczeń Definicje Grupay Strony
Funkcje | Zmienne
Dokumentacja pliku autoresponder.c
#include "ekg2.h"
#include <sys/types.h>

Funkcje

static list_t list_find_str (const list_t first, const char *needle)
 
static int autoresponder_message (void *data, va_list ap)
 
static void autoresponder_varchange (const char *varname)
 
int autoresponder_plugin_init (int prio)
 
static int autoresponder_plugin_destroy (void)
 
 __attribute__ ((visibility("default")))
 

Zmienne

static char * config_autoresponder_question = NULL
 
static char * config_autoresponder_answer = NULL
 
static char * config_autoresponder_greeting = NULL
 
static char * config_autoresponder_allowed_sessions = NULL
 
static int config_autoresponder_match_mode = 1
 
static GRegex * autoresponder_answer_regex = NULL
 
static list_t autoresponder_allowed_uids
 
plugin_t autoresponder_plugin = { .name = "autoresponder", .pclass = PLUGIN_GENERIC , .destroy = autoresponder_plugin_destroy, .theme_init = NULL }
 

Dokumentacja funkcji

__attribute__ ( (visibility("default"))  )
static int autoresponder_message ( void *  data,
va_list  ap 
)
static
static int autoresponder_plugin_destroy ( void  )
static
int autoresponder_plugin_init ( int  prio)
static void autoresponder_varchange ( const char *  varname)
static
static list_t list_find_str ( const list_t  first,
const char *  needle 
)
static

Dokumentacja zmiennych

list_t autoresponder_allowed_uids
static
GRegex* autoresponder_answer_regex = NULL
static
plugin_t autoresponder_plugin = { .name = "autoresponder", .pclass = PLUGIN_GENERIC , .destroy = autoresponder_plugin_destroy, .theme_init = NULL }
char* config_autoresponder_allowed_sessions = NULL
static
char* config_autoresponder_answer = NULL
static
char* config_autoresponder_greeting = NULL
static
int config_autoresponder_match_mode = 1
static
char* config_autoresponder_question = NULL
static