From 23f95e7cb7ae0d3f3a5133f70214af0fb4fd1c37 Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Fri, 26 Feb 2010 11:05:49 +0000 Subject: [PATCH] Better prototype. git-svn-id: file:///svn/unbound/trunk@1994 be551aaa-1e26-0410-a405-d3ace91eadb9 --- daemon/daemon.c | 2 +- doc/Changelog | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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. -- 2.47.2