INN commit: trunk/doc/man (libinn.3)

INN Commit rra at isc.org
Sat Feb 23 22:52:34 UTC 2013


    Date: Saturday, February 23, 2013 @ 14:52:33
  Author: eagle
Revision: 9460

libinn: remove HeaderFind from documentation

It hasn't existed since 2002...

Patch from Richard Kettlewell <rjk at terraraq.org.uk>.

Modified:
  trunk/doc/man/libinn.3

----------+
 libinn.3 |   20 --------------------
 1 file changed, 20 deletions(-)

Modified: libinn.3
===================================================================
--- libinn.3	2013-02-23 22:51:55 UTC (rev 9459)
+++ libinn.3	2013-02-23 22:52:33 UTC (rev 9460)
@@ -16,12 +16,6 @@
 .B "HeaderCleanFrom(from)"
 .B "    char	*from;"
 
-.B "char *"
-.B "HeaderFind(Article, Header, size)"
-.B "    char	*Article;"
-.B "    char	*Header;"
-.B "    int	size;"
-
 .B "FILE *"
 .B "CAopen(FromServer, ToServer)"
 .B "    FILE	*FromServer;"
@@ -167,20 +161,6 @@
 The transformations are simple, based on RFC\ 5536 which limits the format
 of the header.
 .PP
-.I HeaderFind
-searches through
-.I Article
-looking for the specified
-.IR Header .
-.I Size
-should be the length of the header name.
-It returns a pointer to the value of the header, skipping leading whitespace,
-or NULL if the header cannot be found.
-.I Article
-should be a standard C string containing the text of the article; the end
-of the headers is indicated by a blank line \(em two consecutive \en
-characters.
-.PP
 .I CAopen
 and
 .I CAclose



More information about the inn-committers mailing list