INN commit: trunk/innd (keywords.c)

INN Commit rra at isc.org
Fri Nov 6 21:53:31 UTC 2009


    Date: Friday, November 6, 2009 @ 13:53:31
  Author: iulius
Revision: 8710

Update the prototype of the function for keyword generation
code when INN is compiled without that support.

Modified:
  trunk/innd/keywords.c

------------+
 keywords.c |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Modified: keywords.c
===================================================================
--- keywords.c	2009-11-06 21:47:11 UTC (rev 8709)
+++ keywords.c	2009-11-06 21:53:31 UTC (rev 8710)
@@ -27,8 +27,7 @@
 #if !DO_KEYWORDS
 void
 KEYgenerate(HDRCONTENT *header UNUSED, const char *body UNUSED,
-            size_t bodylen UNUSED, const char *orig UNUSED,
-            size_t length UNUSED)
+            size_t bodylen UNUSED)
 {
 }
 




More information about the inn-committers mailing list