/*\
||| This file a part of Pike, and is copyright by Fredrik Hubinette
||| Pike is distributed as GPL (General Public License)
||| See the files COPYING and DISCLAIMER for more information.
\*/
#ifndef MODULE_H
#define MODULE_H

/* Prototypes begin here */
struct static_module;
void init_modules(void);
void exit_modules(void);
/* Prototypes end here */


#endif
