00001 /*---------------------------------------------------------------------------- 00002 secwatch - Copyright (C) 2006 Nic Stevens -- See COPYING for license details 00003 ------------------------------------------------------------------------------ 00004 module.h - Prototypes for the module loader functions 00005 -----------------------------------------------------------------------------*/ 00006 #ifndef _MODULE_H 00007 #define _MODULE_H 00008 00009 int loadModule(char * aptr,char *ebuf, size_t ebsiz); 00010 00011 #endif 00012
1.4.6