Data Fields

Command_ Struct Reference

#include <modules.h>

Collaboration diagram for Command_:
Collaboration graph
[legend]

Data Fields

char * name
int(* routine )(User *u)
int(* has_priv )(User *u)
int helpmsg_all
int helpmsg_reg
int helpmsg_oper
int helpmsg_admin
int helpmsg_root
char * help_param1
char * help_param2
char * help_param3
char * help_param4
int core
char * mod_name
char * service
int(* all_help )(User *u)
int(* regular_help )(User *u)
int(* oper_help )(User *u)
int(* admin_help )(User *u)
int(* root_help )(User *u)
Commandnext

Detailed Description

Definition at line 173 of file modules.h.


Field Documentation

Definition at line 199 of file modules.h.

Referenced by createCommand(), do_help_cmd(), and moduleAddAdminHelp().

Definition at line 196 of file modules.h.

Referenced by createCommand(), do_help_cmd(), and moduleAddHelp().

Definition at line 193 of file modules.h.

Referenced by addCoreCommand(), destroyCommand(), and moduleAddCommand().

Definition at line 176 of file modules.h.

Referenced by createCommand(), destroyCommand(), do_help_limited(), and do_run_cmd().

Definition at line 188 of file modules.h.

Referenced by createCommand(), destroyCommand(), and do_help_cmd().

Definition at line 189 of file modules.h.

Referenced by createCommand(), destroyCommand(), and do_help_cmd().

Definition at line 190 of file modules.h.

Referenced by createCommand(), destroyCommand(), and do_help_cmd().

Definition at line 185 of file modules.h.

Referenced by createCommand(), destroyCommand(), and do_help_cmd().

Definition at line 182 of file modules.h.

Referenced by createCommand(), destroyCommand(), and do_help_cmd().

Definition at line 184 of file modules.h.

Referenced by createCommand(), destroyCommand(), and do_help_cmd().

Definition at line 183 of file modules.h.

Referenced by createCommand(), destroyCommand(), and do_help_cmd().

Definition at line 186 of file modules.h.

Referenced by createCommand(), destroyCommand(), and do_help_cmd().

Definition at line 198 of file modules.h.

Referenced by createCommand(), do_help_cmd(), and moduleAddOperHelp().

Definition at line 197 of file modules.h.

Referenced by createCommand(), do_help_cmd(), and moduleAddRegHelp().

Definition at line 200 of file modules.h.

Referenced by createCommand(), do_help_cmd(), and moduleAddRootHelp().

int(* Command_::routine)(User *u)

Definition at line 175 of file modules.h.

Referenced by createCommand(), destroyCommand(), and do_run_cmd().


The documentation for this struct was generated from the following file: