Mercurial > noffle
comparison src/filter.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 | a4e9a20e50e5 |
| children | 21200ce10e68 |
comparison
equal
deleted
inserted
replaced
| 196:60a70c16d79c | 197:24d4cd032da5 |
|---|---|
| 1 /* | 1 /* |
| 2 filter.c | 2 filter.c |
| 3 | 3 |
| 4 Article filtering. | 4 Article filtering. |
| 5 | 5 |
| 6 $Id: filter.c 313 2001-10-30 12:42:13Z bears $ | 6 $Id: filter.c 316 2001-10-31 11:44:53Z bears $ |
| 7 */ | 7 */ |
| 8 | 8 |
| 9 #if HAVE_CONFIG_H | 9 #if HAVE_CONFIG_H |
| 10 #include <config.h> | 10 #include <config.h> |
| 11 #endif | 11 #endif |
| 12 | 12 |
| 13 #include "filter.h" | |
| 14 | |
| 15 #include <ctype.h> | 13 #include <ctype.h> |
| 16 #include "common.h" | 14 #include "common.h" |
| 15 #include "filter.h" | |
| 17 #include "itemlist.h" | 16 #include "itemlist.h" |
| 18 #include "log.h" | 17 #include "log.h" |
| 19 #include "wildmat.h" | 18 #include "wildmat.h" |
| 20 | 19 |
| 21 struct | 20 struct |
