dummymod/dummymod.c

Go to the documentation of this file.
00001 #include <stdio.h>
00002 #include <secwmod.h>
00003 
00004 cfgitem_t *config = NULL;
00005 
00006 int secwmodinit(void **moddata, int argc, char **argv) {
00007      addhook_t addhook = LOGHOOK(moddata);
00008      config = CONFIG(moddata);
00009      printf("test shared library %p\n",moddata[1]);
00010 
00011 }

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