comparison src/itemlist.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 78e2ae741240
children 5eece4dfd945
comparison
equal deleted inserted replaced
196:60a70c16d79c 197:24d4cd032da5
1 /* 1 /*
2 itemlist.c 2 itemlist.c
3 3
4 $Id: itemlist.c 78 2000-05-13 15:34:15Z bears $ 4 $Id: itemlist.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 "itemlist.h"
12 #include <ctype.h> 11 #include <ctype.h>
13 #include <string.h> 12 #include <string.h>
14 #include <stdlib.h> 13 #include <stdlib.h>
15 #include "common.h" 14 #include "common.h"
15 #include "itemlist.h"
16 #include "log.h" 16 #include "log.h"
17 #include "portable.h" 17 #include "portable.h"
18 18
19 #if defined(ITEMLIST_TEST) 19 #if defined(ITEMLIST_TEST)
20 #define Log_err printf 20 #define Log_err printf