Idź do dokumentacji tego pliku.
21 #ifndef __EKG_COMMANDS_H
22 #define __EKG_COMMANDS_H
33 #define printq(x...) do { if (!quiet) { print(x); } } while(0)
35 #define COMMAND(x) int x(const char *name, const char **params, session_t *session, const char *target, int quiet)
75 #ifndef EKG2_WIN32_NOFUNCTION
102 #define SEND_NICKS_MAX 100
107 #ifndef EKG2_WIN32_NOFUNCTION
112 int match_arg(
const char *arg,
char shortopt,
const char *longopt,
int longoptlen);