Mercurial > noffle
comparison src/fetch.c @ 249:0340b9c17edc noffle
[svn] *** empty log message ***
| author | mirkol |
|---|---|
| date | Tue, 14 May 2002 15:25:45 +0100 |
| parents | ffb1848a39db |
| children | 3477050e8d10 |
comparison
equal
deleted
inserted
replaced
| 248:cd022deb8390 | 249:0340b9c17edc |
|---|---|
| 1 /* | 1 /* |
| 2 fetch.c | 2 fetch.c |
| 3 | 3 |
| 4 $Id: fetch.c 342 2001-12-09 12:31:57Z bears $ | 4 $Id: fetch.c 381 2002-05-14 14:25:45Z mirkol $ |
| 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 |
| 27 #include "configfile.h" | 27 #include "configfile.h" |
| 28 #include "content.h" | 28 #include "content.h" |
| 29 #include "dynamicstring.h" | 29 #include "dynamicstring.h" |
| 30 #include "fetch.h" | 30 #include "fetch.h" |
| 31 #include "fetchlist.h" | 31 #include "fetchlist.h" |
| 32 #include "filter.h" | |
| 32 #include "request.h" | 33 #include "request.h" |
| 33 #include "group.h" | 34 #include "group.h" |
| 34 #include "lock.h" | 35 #include "lock.h" |
| 35 #include "log.h" | 36 #include "log.h" |
| 36 #include "outgoing.h" | 37 #include "outgoing.h" |
| 167 if ( ! Lock_openDatabases() ) | 168 if ( ! Lock_openDatabases() ) |
| 168 { | 169 { |
| 169 Log_err( "Could not open message base" ); | 170 Log_err( "Could not open message base" ); |
| 170 return FALSE; | 171 return FALSE; |
| 171 } | 172 } |
| 173 Flt_init( fetch.serv ); /* Get filter data. Sorry, can't do it in Client_getOver(). | |
| 174 * This is the lowest procedure not in the | |
| 175 * noffle.c:doFetch() tree. */ | |
| 176 | |
| 172 return fetchNewArts( name, mode ); | 177 return fetchNewArts( name, mode ); |
| 173 } | 178 } |
| 174 | 179 |
| 175 Bool | 180 Bool |
| 176 Fetch_updateGrps( void ) | 181 Fetch_updateGrps( void ) |
