libcrbn/modules.h

00001 
00002 #ifndef __modules_h__
00003 #define __modules_h__
00004 
00005 #include <dlfcn.h>
00006 
00007 #define MOD_NAME_LEN_MAX 128
00008 
00009 void* module_load( const char* filename );
00010 
00011 #endif // __modules_h__

Generated on Tue Nov 14 15:40:08 2006 for libcrbn by  doxygen 1.5.0