Select Git revision
simple-cache.c
-
Per Cederqvist authoredPer Cederqvist authored
module.h 429 B
/*\
||| 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.
\*/
/*
* $Id: module.h,v 1.4 1998/03/28 15:10:31 grubba Exp $
*/
#ifndef MODULE_H
#define MODULE_H
/* Prototypes begin here */
struct static_module;
void init_modules(void);
void exit_modules(void);
/* Prototypes end here */
#endif