#ifndef MAIN_H_ #define MAIN_H_ void load(void); void unload(void); void self_unload(void); #endif /* MAIN_H_ */