Select Git revision
block_alloc.h
-
Fredrik Hübinette (Hubbe) authored
Rev: src/block_alloc.h:1.8
Fredrik Hübinette (Hubbe) authoredRev: src/block_alloc.h:1.8
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