summaryrefslogtreecommitdiffstats
path: root/main.cc
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2025-02-05 17:02:14 +0000
committerDaniel Baumann <daniel@debian.org>2025-02-05 17:02:14 +0000
commit6a03dd9e348a8075fe2722b8d4b2fa75422e50f2 (patch)
treebad3e67de4e6bef3a4e638c8581b3eda98aa1226 /main.cc
parentAdding upstream version 1.6~pre3. (diff)
downloadlzip-6a03dd9e348a8075fe2722b8d4b2fa75422e50f2.tar.xz
lzip-6a03dd9e348a8075fe2722b8d4b2fa75422e50f2.zip
Adding upstream version 1.6.upstream/1.6
Signed-off-by: Daniel Baumann <daniel@debian.org>
Diffstat (limited to '')
-rw-r--r--main.cc2
1 files changed, 1 insertions, 1 deletions
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 );