From: Wouter Wijngaards Date: Fri, 26 Feb 2010 11:05:49 +0000 (+0000) Subject: Better prototype. X-Git-Tag: release-1.4.2~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23f95e7cb7ae0d3f3a5133f70214af0fb4fd1c37;p=thirdparty%2Funbound.git Better prototype. git-svn-id: file:///svn/unbound/trunk@1994 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/daemon/daemon.c b/daemon/daemon.c index a26a0eda5..ccd157366 100644 --- a/daemon/daemon.c +++ b/daemon/daemon.c @@ -69,7 +69,7 @@ static void* comp_meth = NULL; #endif #ifdef LEX_HAS_YYLEX_DESTROY /** remove buffers for parsing and init */ -void ub_c_lex_destroy(void); +int ub_c_lex_destroy(void); #endif /** used when no other sighandling happens, so we don't die diff --git a/doc/Changelog b/doc/Changelog index e7fe28fe7..9fc0e454a 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,6 @@ +26 February 2010: Wouter + - Fixup prototype for lexer cleanup in daemon code. + 24 February 2010: Wouter - Fix scrubber bug that potentially let NS records through. Reported by Amanda Constant.