Fix 'no previous prototype for function' warning

This commit is contained in:
Twinaphex 2014-12-31 14:06:16 +01:00
parent a1df3ef4a0
commit f2e1641ace

View File

@ -27,6 +27,8 @@ extern "C" {
#endif
void main_exit(args_type() args);
void main_exit_save_config(void);
returntype main_entry(signature());