| @@ -161,6 +161,7 @@ wait_child( | |||||
| return false; | return false; | ||||
| } | } | ||||
| static | |||||
| void | void | ||||
| nekoui_run( | nekoui_run( | ||||
| struct control * control_ptr) | struct control * control_ptr) | ||||
| @@ -236,6 +237,7 @@ nekoui_run( | |||||
| free(msg); | free(msg); | ||||
| } | } | ||||
| static | |||||
| void | void | ||||
| nekoui_show( | nekoui_show( | ||||
| struct control * control_ptr) | struct control * control_ptr) | ||||
| @@ -253,6 +255,7 @@ nekoui_show( | |||||
| (void)ign; | (void)ign; | ||||
| } | } | ||||
| static | |||||
| void | void | ||||
| nekoui_hide( | nekoui_hide( | ||||
| struct control * control_ptr) | struct control * control_ptr) | ||||
| @@ -270,6 +273,7 @@ nekoui_hide( | |||||
| (void)ign; | (void)ign; | ||||
| } | } | ||||
| static | |||||
| void | void | ||||
| nekoui_quit( | nekoui_quit( | ||||
| struct control * control_ptr) | struct control * control_ptr) | ||||