]> mj.ucw.cz Git - libucw.git/commitdiff
Sighandler removed from public API
authorMartin Mares <mj@ucw.cz>
Sat, 11 Feb 2012 18:07:02 +0000 (19:07 +0100)
committerMartin Mares <mj@ucw.cz>
Sat, 11 Feb 2012 18:07:02 +0000 (19:07 +0100)
It is still used internally by lizard-safe, so I am not removing it yet.

ucw/Makefile

index 145792aad817ace3430a4ecb16c176ea623f3495..54fce8d1f33a441d62d83bac4ad007a6ea6c4fb9 100644 (file)
@@ -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 \