00001 /* 00002 || This file is part of Pike. For copyright information see COPYRIGHT. 00003 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING 00004 || for more information. 00005 || $Id: dynamic_load.h,v 1.6 2002/10/11 01:39:30 nilsson Exp $ 00006 */ 00007 00008 #ifndef DYNAMIC_LOAD_H 00009 #define DYNAMIC_LOAD_H 00010 00011 /* Prototypes begin here */ 00012 struct module_list; 00013 void f_load_module(INT32 args); 00014 void init_dynamic_load(void); 00015 void exit_dynamic_load(void); 00016 void free_dynamic_load(void); 00017 /* Prototypes end here */ 00018 00019 #endif
1.3.9.1