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.