Mercurial > noffle
diff src/protocol.h @ 197:24d4cd032da5 noffle
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
src/protocol.h,src/server.c: Merge with latest 1.0 branch. I do not
intend to do any further merges from the 1.0 branch; future changes to
1.0 should be carried over by hand if necessary.
* src/configfile.c,src/content.c,src/control.c,src/database.c,
src/dynamicstring.c,src/fetch.c,src/filter.c,src/group.c,
src/itemlist.c,src/lock.c,src/outgoing.c,src/over.c,src/post.c,
src/pseudo.c,src/request.c,src/util.c: Minor includes rearrangement.
author | bears |
---|---|
date | Wed, 31 Oct 2001 11:44:53 +0000 |
parents | 166008a80f03 |
children | 5eece4dfd945 |
line wrap: on
line diff
--- a/src/protocol.h Tue Oct 30 13:55:53 2001 +0000 +++ b/src/protocol.h Wed Oct 31 11:44:53 2001 +0000 @@ -4,7 +4,7 @@ Functions related with the NNTP protocol which are useful for both the server and the client. - $Id: protocol.h 306 2001-09-01 15:57:45Z enz $ + $Id: protocol.h 316 2001-10-31 11:44:53Z bears $ */ #ifndef PRT_H @@ -69,7 +69,7 @@ /* Read a text line from server. Returns TRUE if line != ".", removes leading '.' otherwise. - If timeoutSeconds < 0, no timeout alarm is used. + If timeoutSeconds < 0, no timeout alarm is used. */ Bool Prt_getTxtLn( Str line, Bool *err, FILE *f, int timeoutSeconds );