#ifndef MODULE_H_ #define MODULE_H_ int module_init(void); int module_exit(void); #endif