comparison src/client.h @ 120:05f50c1761d9 noffle

[svn] Applied patch from Matija Nalis: Counters for monitoring --fetch progress.
author enz
date Wed, 19 Jul 2000 08:02:45 +0100
parents 125d79c9e586
children 3c71e28c8eef
comparison
equal deleted inserted replaced
119:f50cc311e29a 120:05f50c1761d9
1 /* 1 /*
2 client.h 2 client.h
3 3
4 Noffle acting as client to other NNTP-servers 4 Noffle acting as client to other NNTP-servers
5 5
6 $Id: client.h 60 2000-05-09 22:28:38Z uh1763 $ 6 $Id: client.h 174 2000-07-19 07:02:45Z enz $
7 */ 7 */
8 8
9 #ifndef CLIENT_H 9 #ifndef CLIENT_H
10 #define CLIENT_H 10 #define CLIENT_H
11 11
71 /* 71 /*
72 Same, but for a list of msgId's (new line after each msgId). 72 Same, but for a list of msgId's (new line after each msgId).
73 All ARTICLE commands are sent and then all answers read. 73 All ARTICLE commands are sent and then all answers read.
74 */ 74 */
75 void 75 void
76 Client_retrieveArtList( const char *list ); 76 Client_retrieveArtList( const char *list, int *artcnt, int artmax );
77 77
78 /* 78 /*
79 Store IDs of first and last article of group selected by 79 Store IDs of first and last article of group selected by
80 Client_changeToGroup at remote server. 80 Client_changeToGroup at remote server.
81 */ 81 */