]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Better prototype.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 26 Feb 2010 11:05:49 +0000 (11:05 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 26 Feb 2010 11:05:49 +0000 (11:05 +0000)
git-svn-id: file:///svn/unbound/trunk@1994 be551aaa-1e26-0410-a405-d3ace91eadb9

daemon/daemon.c
doc/Changelog

index a26a0eda5df82d13920c6fedcd4ec9e1f0363021..ccd15736679d4302494464fc333d6d3363fd19ed 100644 (file)
@@ -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
index e7fe28fe7d59bd0ad78c892cb0d93f52c5b6e17a..9fc0e454a5d2b423a32e3f8284fb726fb6940a09 100644 (file)
@@ -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.