From: Martin Mares Date: Sat, 11 Feb 2012 18:07:02 +0000 (+0100) Subject: Sighandler removed from public API X-Git-Tag: v5.0~65 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=18fab04815b2de64ccbbf1e741e422dac406d600;p=libucw.git Sighandler removed from public API It is still used internally by lizard-safe, so I am not removing it yet. --- diff --git a/ucw/Makefile b/ucw/Makefile index 145792aa..54fce8d1 100644 --- a/ucw/Makefile +++ b/ucw/Makefile @@ -52,7 +52,7 @@ LIBUCW_MAIN_INCLUDES= \ url.h \ mainloop.h \ process.h \ - lizard.h sighandler.h \ + lizard.h \ md5.h sha1.h \ base64.h base224.h \ kmp.h kmp-search.h binsearch.h \