dummymod/dummymod.c File Reference

#include <stdio.h>
#include <secwmod.h>

Include dependency graph for dummymod.c:

Go to the source code of this file.

Functions

int secwmodinit (void **moddata, int argc, char **argv)

Variables

cfgitem_tconfig = NULL


Function Documentation

int secwmodinit void **  moddata,
int  argc,
char **  argv
 

Definition at line 6 of file dummymod.c.

References CONFIG, config, and LOGHOOK.

00006                                                        {
00007      addhook_t addhook = LOGHOOK(moddata);
00008      config = CONFIG(moddata);
00009      printf("test shared library %p\n",moddata[1]);
00010 
00011 }


Variable Documentation

cfgitem_t* config = NULL
 

don't define extern config for modules

Definition at line 4 of file dummymod.c.

Referenced by _configTabEntry(), confVarBool(), confVarFlist(), confVarInt(), confVarPath(), confVarSyslog(), confVarText(), dumpConfig(), main(), secwmodinit(), and usage().


Generated on Tue Oct 31 10:17:27 2006 for secwatch by  doxygen 1.4.6