Mercurial > noffle
comparison src/content.h @ 49:5ecb646acf97 noffle
[svn] Article numbering bug fixes
author | bears |
---|---|
date | Sat, 06 May 2000 17:56:50 +0100 |
parents | 32ba1198c6fa |
children | ffb1848a39db |
comparison
equal
deleted
inserted
replaced
48:21d3102dbc37 | 49:5ecb646acf97 |
---|---|
6 | 6 |
7 The overviews of all articles of a group are stored in an overview file, | 7 The overviews of all articles of a group are stored in an overview file, |
8 filename SPOOLDIR/overview/GROUPNAME. One entire overview file is read | 8 filename SPOOLDIR/overview/GROUPNAME. One entire overview file is read |
9 and cached in memory, at a time. | 9 and cached in memory, at a time. |
10 | 10 |
11 $Id: content.h 51 2000-05-05 23:49:38Z uh1763 $ | 11 $Id: content.h 55 2000-05-06 16:56:50Z bears $ |
12 */ | 12 */ |
13 | 13 |
14 #ifndef CONT_H | 14 #ifndef CONT_H |
15 #define CONT_H | 15 #define CONT_H |
16 | 16 |
52 Cont_first( void ); | 52 Cont_first( void ); |
53 | 53 |
54 int | 54 int |
55 Cont_last( void ); | 55 Cont_last( void ); |
56 | 56 |
57 int | |
58 Cont_find( const char *msgId ); | |
59 | |
57 const char * | 60 const char * |
58 Cont_grp( void ); | 61 Cont_grp( void ); |
59 | 62 |
60 Bool | 63 Bool |
61 Cont_nextGrp( Str result ); | 64 Cont_nextGrp( Str result ); |