(no subject)
Andy Igoshin
ai at vsu.ru
Fri Nov 22 13:36:46 UTC 2002
Hi!
--
Andy Igoshin <ai at vsu.ru>
Phone: +7 0732 522406 Voronezh State University
Fax: +7 0732 789820 Network Operation Center
CA: http://noc.vsu.ru/ca/ Voronezh, Russia
-- Attached file included as plaintext by Ecartis --
-- File: art.c.diff
--- art.c.ORIG Fri Nov 22 15:34:41 2002
+++ art.c Fri Nov 22 15:36:59 2002
@@ -954,6 +954,7 @@
ARTreject(code, cp, buff, article)
Reject_type code;
CHANNEL *cp;
+ char *buff;
BUFFER *article;
{
/* Remember why the article was rejected (for the status file) */
-- Attached file included as plaintext by Ecartis --
-- File: host.c.diff
--- host.c.ORIG Fri Nov 22 16:27:20 2002
+++ host.c Fri Nov 22 16:27:50 2002
@@ -95,7 +95,7 @@
#define TRYBLOCKEDHOSTPERIOD 120
extern char *configFile ;
-extern mainLogStatus (FILE *fp) ;
+extern void mainLogStatus (FILE *fp) ;
#if defined(hpux) || defined(__hpux) || defined(_SCO_DS)
extern int h_errno;
#endif
-- Attached file included as plaintext by Ecartis --
-- File: libinn.h.diff
--- libinn.h.ORIG Fri Nov 22 15:58:28 2002
+++ libinn.h Fri Nov 22 15:58:47 2002
@@ -65,6 +65,7 @@
extern struct _DDHANDLE *DDstart(FILE *FromServer, FILE *ToServer);
extern void DDcheck(struct _DDHANDLE *h, char *group);
extern char *DDend(struct _DDHANDLE *h);
+extern char *FindEndOfHeader(const char *Body, const char *EndOfData);
/* NNTP functions. */
extern int NNTPlocalopen(FILE **FromServerp, FILE **ToServerp, char *errbuff);
-- Attached file included as plaintext by Ecartis --
-- File: ov.c.diff
--- ov.c.ORIG Fri Nov 22 15:53:04 2002
+++ ov.c Fri Nov 22 15:53:30 2002
@@ -1008,7 +1008,7 @@
/*
** Read overview.fmt and find index for headers
*/
-STATIC OVfindheaderindex() {
+STATIC void OVfindheaderindex() {
FILE *F;
char *active;
int i;
More information about the inn-patches
mailing list