comparison src/over.c @ 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 c874bd3c4bb8
children c3478c3c81ce
comparison
equal deleted inserted replaced
196:60a70c16d79c 197:24d4cd032da5
1 /* 1 /*
2 over.c 2 over.c
3 3
4 $Id: over.c 79 2000-05-13 15:35:17Z bears $ 4 $Id: over.c 316 2001-10-31 11:44:53Z bears $
5 */ 5 */
6 6
7 #if HAVE_CONFIG_H 7 #if HAVE_CONFIG_H
8 #include <config.h> 8 #include <config.h>
9 #endif 9 #endif
23 #include "configfile.h" 23 #include "configfile.h"
24 #include "content.h" 24 #include "content.h"
25 #include "database.h" 25 #include "database.h"
26 #include "fetchlist.h" 26 #include "fetchlist.h"
27 #include "log.h" 27 #include "log.h"
28 #include "util.h" 28 #include "over.h"
29 #include "protocol.h" 29 #include "protocol.h"
30 #include "pseudo.h" 30 #include "pseudo.h"
31 #include "portable.h" 31 #include "portable.h"
32 #include "util.h"
32 33
33 struct Over 34 struct Over
34 { 35 {
35 int numb; /* message number of the overviewed article */ 36 int numb; /* message number of the overviewed article */
36 char *subj; 37 char *subj;