1 #ifndef _WARNING_H_
2 #define _WARNING_H_
3 
4 void warning_add(const char *warning);
5 void warning_print(void);
6 
7 #endif
8