Correcting multiple definition of 'global_wipe_status'

Signed-off-by: Andrew V. Jones <andrewvaughanj@gmail.com>
This commit is contained in:
Andrew V. Jones
2021-03-17 16:07:37 +00:00
parent 2bc62a7217
commit 62c604bc0e
2 changed files with 2 additions and 1 deletions

View File

@@ -52,6 +52,7 @@
int terminate_signal;
int user_abort;
int global_wipe_status;
int main( int argc, char** argv )
{

View File

@@ -74,7 +74,7 @@ void* signal_hand( void* );
extern int errno;
/* 0=wipe not yet started, 1=wipe has been started by the user */
int global_wipe_status;
extern int global_wipe_status;
/* Global array to hold log values to print when logging to STDOUT */
/* char **log_lines;