Omega Security Services 0.7.3

UserCmds Struct Reference

#include <eventhandler.h>

Data Fields

char * module
int active
void(* routine )(User *, int, char **)
struct usercmd_ * next
struct usercmd_ * prev

Detailed Description

Definition at line 49 of file eventhandler.h.


Field Documentation

int active

Definition at line 53 of file eventhandler.h.

Referenced by AddUserCmd(), and DelUserCmd().

char* module

Definition at line 51 of file eventhandler.h.

struct usercmd_* next

Definition at line 57 of file eventhandler.h.

struct usercmd_ * prev

Definition at line 57 of file eventhandler.h.

void(* routine)(User *, int, char **)

Definition at line 55 of file eventhandler.h.

Referenced by AddUserCmd(), DelUserCmd(), and HandleUserCmd().


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines