Mercurial > noffle
comparison src/client.h @ 127:3c71e28c8eef noffle
[svn] Release-1-0 mergedocs/NOTES
author | bears |
---|---|
date | Tue, 25 Jul 2000 13:14:54 +0100 |
parents | 05f50c1761d9 |
children | 09ca6eb5c7ff |
comparison
equal
deleted
inserted
replaced
126:7c7a7c96d35b | 127:3c71e28c8eef |
---|---|
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 174 2000-07-19 07:02:45Z enz $ | 6 $Id: client.h 183 2000-07-25 12:14:54Z bears $ |
7 */ | 7 */ |
8 | 8 |
9 #ifndef CLIENT_H | 9 #ifndef CLIENT_H |
10 #define CLIENT_H | 10 #define CLIENT_H |
11 | 11 |
40 | 40 |
41 Bool | 41 Bool |
42 Client_getDsc( void ); | 42 Client_getDsc( void ); |
43 | 43 |
44 Bool | 44 Bool |
45 Client_getCreationTimes( void ); | |
46 | |
47 Bool | |
48 Client_getNewgrps( const time_t *lastTime ); | 45 Client_getNewgrps( const time_t *lastTime ); |
49 | 46 |
50 /* | 47 /* |
51 Change to group <name> at server if it is also in current local grouplist. | 48 Change to group <name> at server if it is also in current local grouplist. |
52 Returns TRUE at success. | 49 Returns TRUE at success. |
58 Get overviews <rmtFirst> - <rmtLast> from server and append it | 55 Get overviews <rmtFirst> - <rmtLast> from server and append it |
59 to the current content. For articles that are to be fetched due to FULL | 56 to the current content. For articles that are to be fetched due to FULL |
60 or THREAD mode, store IDs in request database. | 57 or THREAD mode, store IDs in request database. |
61 */ | 58 */ |
62 Bool | 59 Bool |
63 Client_getOver( int rmtFirst, int rmtLast, FetchMode mode ); | 60 Client_getOver( const char *grp, int rmtFirst, int rmtLast, FetchMode mode ); |
64 | 61 |
65 /* | 62 /* |
66 Retrieve full article text and store it into database. | 63 Retrieve full article text and store it into database. |
67 */ | 64 */ |
68 void | 65 void |