Mercurial > noffle
diff src/protocol.h @ 150:1c7303c71f66 noffle
[svn] * src/protocol.c: Fix bug in Prt_getLn if we should read a line
starting with '\0' - according to the leafnode mailing list,
this has been seen in the wild.
* docs/inews.1,docs/noffle.1,docs/noffle.conf.5,
packages/redhat/noffle.spec,src/configfile.h,src/configfile.c,
src/noffle.c,src/post.h,src/post.c: Removed use of getopt_long,
and added inews mode - the Noffle executable behaves
as inews is invoked as inews. This includes adding From: and
Organization: headers if necessary - add configs to override
defaults for the From: domain and specify the organization.
For all my fellow trn-heads out there, and users of any other
ageing newsreader that expects inews. Updated RPM spec to create
inews link to noffle on install.
author | bears |
---|---|
date | Thu, 26 Oct 2000 22:21:13 +0100 |
parents | 8b9366fc1361 |
children | 166008a80f03 |
line wrap: on
line diff
--- a/src/protocol.h Thu Oct 26 22:13:28 2000 +0100 +++ b/src/protocol.h Thu Oct 26 22:21:13 2000 +0100 @@ -4,7 +4,7 @@ Functions related with the NNTP protocol which are useful for both the server and the client. - $Id: protocol.h 217 2000-09-23 10:40:35Z enz $ + $Id: protocol.h 227 2000-10-26 21:21:13Z bears $ */ #ifndef PRT_H @@ -111,4 +111,7 @@ void Prt_genPathHdr( Str pathHdr, const char *from ); +Bool +Prt_genFromHdr( Str fromHdr ); + #endif