From f1eee6d491a84850317722457f9cbfafc9e86150 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 7 Nov 2015 08:24:20 +0100 Subject: Adding upstream version 1.6. Signed-off-by: Daniel Baumann --- main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.cc') diff --git a/main.cc b/main.cc index 2cb998c..52a77d9 100644 --- a/main.cc +++ b/main.cc @@ -541,7 +541,7 @@ int decompress( const int inhandle, const Pretty_print & pp, } -void signal_handler( const int ) throw() +extern "C" void signal_handler( int ) throw() { show_error( "Control-C or similar caught, quitting." ); cleanup_and_fail( 0 ); -- cgit v1.2.3