#include <ekg/debug.h>#include <ekg/dynstuff.h>#include <ekg/scripts.h>#include <ekg/sessions.h>#include <ekg/stuff.h>#include <ekg/userlist.h>#include <ekg/windows.h>#include <ekg/vars.h>#include <plugins/irc/irc.h>#include "perl_core.h"#include "perl_bless.h"#include <EXTERN.h>#include <perl.h>#include <XSUB.h>Definicje | |
| #define | _XOPEN_SOURCE 600 |
| #define | __EXTENSIONS__ |
| #define | debug_bless(args...) ; |
| #define | HAVE_IRC 1 |
Funkcje | |
| void | ekg2_bless_session (HV *hv, session_t *session) |
| void | ekg2_bless_irc_server (HV *hv, session_t *session) |
| void | ekg2_bless_irc_channel (HV *hv, channel_t *chan) |
| void | ekg2_bless_irc_user (HV *hv, people_t *person) |
| void | ekg2_bless_irc_channuser (HV *hv, people_chan_t *ch) |
| void | ekg2_bless_session_var (HV *hv, session_param_t *p) |
| void | ekg2_bless_var (HV *hv, variable_t *var) |
| void | ekg2_bless_command (HV *hv, command_t *command) |
| void | ekg2_bless_fstring (HV *hv, fstring_t *fstr) |
| void | ekg2_bless_watch (HV *hv, watch_t *watch) |
| void | ekg2_bless_window (HV *hv, window_t *window) |
| static char * | inet_ntoa_u (uint32_t ip) |
| void | ekg2_bless_user (HV *hv, userlist_t *user) |
| void | ekg2_bless_timer (HV *hv, struct timer *timer) |
| void | ekg2_bless_plugin (HV *hv, plugin_t *plugin) |
| void | ekg2_bless_script (HV *hv, script_t *scr) |
| SV * | ekg2_bless (perl_bless_t flag, int flag2, void *object) |
| #define __EXTENSIONS__ |
| #define _XOPEN_SOURCE 600 |
| #define debug_bless | ( | args... | ) | ; |
| #define HAVE_IRC 1 |
| SV* ekg2_bless | ( | perl_bless_t | flag, | |
| int | flag2, | |||
| void * | object | |||
| ) |
| void ekg2_bless_command | ( | HV * | hv, | |
| command_t * | command | |||
| ) |
| void ekg2_bless_fstring | ( | HV * | hv, | |
| fstring_t * | fstr | |||
| ) |
| void ekg2_bless_irc_channel | ( | HV * | hv, | |
| channel_t * | chan | |||
| ) |
| void ekg2_bless_irc_channuser | ( | HV * | hv, | |
| people_chan_t * | ch | |||
| ) |
| void ekg2_bless_irc_server | ( | HV * | hv, | |
| session_t * | session | |||
| ) |
| void ekg2_bless_irc_user | ( | HV * | hv, | |
| people_t * | person | |||
| ) |
| void ekg2_bless_plugin | ( | HV * | hv, | |
| plugin_t * | plugin | |||
| ) |
| void ekg2_bless_script | ( | HV * | hv, | |
| script_t * | scr | |||
| ) |
| void ekg2_bless_session | ( | HV * | hv, | |
| session_t * | session | |||
| ) |
| void ekg2_bless_session_var | ( | HV * | hv, | |
| session_param_t * | p | |||
| ) |
| void ekg2_bless_timer | ( | HV * | hv, | |
| struct timer * | timer | |||
| ) |
| void ekg2_bless_user | ( | HV * | hv, | |
| userlist_t * | user | |||
| ) |
| void ekg2_bless_var | ( | HV * | hv, | |
| variable_t * | var | |||
| ) |
| void ekg2_bless_watch | ( | HV * | hv, | |
| watch_t * | watch | |||
| ) |
| void ekg2_bless_window | ( | HV * | hv, | |
| window_t * | window | |||
| ) |
| static char* inet_ntoa_u | ( | uint32_t | ip | ) | [inline, static] |
1.7.1