comparison src/control.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 fed1334d766b
children ffb1848a39db
comparison
equal deleted inserted replaced
196:60a70c16d79c 197:24d4cd032da5
1 /* 1 /*
2 control.c 2 control.c
3 3
4 $Id: control.c 300 2001-08-05 08:24:22Z bears $ 4 $Id: control.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
10 10
11 #include "control.h"
12 #include <stdio.h> 11 #include <stdio.h>
13 #include "common.h" 12 #include "common.h"
14 #include "content.h" 13 #include "content.h"
14 #include "control.h"
15 #include "database.h" 15 #include "database.h"
16 #include "group.h" 16 #include "group.h"
17 #include "itemlist.h" 17 #include "itemlist.h"
18 #include "log.h" 18 #include "log.h"
19 #include "outgoing.h" 19 #include "outgoing.h"