Better prototype.

git-svn-id: file:///svn/unbound/trunk@1994 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2010-02-26 11:05:49 +00:00
parent 5dcbb54e63
commit 23f95e7cb7
2 changed files with 4 additions and 1 deletions

View File

@ -69,7 +69,7 @@ static void* comp_meth = NULL;
#endif #endif
#ifdef LEX_HAS_YYLEX_DESTROY #ifdef LEX_HAS_YYLEX_DESTROY
/** remove buffers for parsing and init */ /** remove buffers for parsing and init */
void ub_c_lex_destroy(void); int ub_c_lex_destroy(void);
#endif #endif
/** used when no other sighandling happens, so we don't die /** used when no other sighandling happens, so we don't die

View File

@ -1,3 +1,6 @@
26 February 2010: Wouter
- Fixup prototype for lexer cleanup in daemon code.
24 February 2010: Wouter 24 February 2010: Wouter
- Fix scrubber bug that potentially let NS records through. Reported - Fix scrubber bug that potentially let NS records through. Reported
by Amanda Constant. by Amanda Constant.