#ifndef MAIN_H #define MAIN_H extern int main_help(int, char**); extern int main_info(int, char**); #endif