comparison src/content.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 60a70c16d79c
children f0acb9366e4f
comparison
equal deleted inserted replaced
196:60a70c16d79c 197:24d4cd032da5
1 /* 1 /*
2 content.c 2 content.c
3 3
4 $Id: content.c 315 2001-10-30 13:55:53Z bears $ 4 $Id: content.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
15 #include <sys/types.h> 15 #include <sys/types.h>
16 #include <sys/stat.h> 16 #include <sys/stat.h>
17 #include <unistd.h> 17 #include <unistd.h>
18 #include "common.h" 18 #include "common.h"
19 #include "configfile.h" 19 #include "configfile.h"
20 #include "content.h"
20 #include "group.h" 21 #include "group.h"
21 #include "log.h" 22 #include "log.h"
22 #include "over.h" 23 #include "over.h"
23 #include "pseudo.h" 24 #include "pseudo.h"
24 #include "util.h" 25 #include "util.h"
25 #include "content.h"
26 #include "portable.h" 26 #include "portable.h"
27 27
28 struct 28 struct
29 { 29 {
30 DIR *dir; /* Directory for browsing through all 30 DIR *dir; /* Directory for browsing through all