Move more functions out of shared.c

This commit is contained in:
jsteube
2016-09-08 10:01:49 +02:00
parent 51a059a606
commit e3d0cd0bdd
7 changed files with 296 additions and 373 deletions
-6
View File
@@ -28,15 +28,9 @@ typedef enum status_rc
} status_rc_t;
char *strstatus (const uint devices_status);
void status_display_machine_readable ();
void status_display ();
void status_benchmark_automate ();
void status_benchmark ();
#endif // _STATUS_H