mirror of
https://github.com/martijnvanbrummelen/nwipe.git
synced 2026-02-25 08:22:11 +00:00
Correcting multiple definition of 'global_wipe_status'
Signed-off-by: Andrew V. Jones <andrewvaughanj@gmail.com>
This commit is contained in:
@@ -52,6 +52,7 @@
|
||||
|
||||
int terminate_signal;
|
||||
int user_abort;
|
||||
int global_wipe_status;
|
||||
|
||||
int main( int argc, char** argv )
|
||||
{
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user