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 }
1.4.6