#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_t * | config = NULL |
|
||||||||||||||||
|
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 }
|
|
|
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(). |
1.4.6