comparison src/expire.h @ 255:52f467c7213b noffle

[svn] * docs/noffle.1,src/Makefile.am,src/Makefile.in,src/content.c, src/content.h,src/database.c,src/database.h,src/expire.c, src/expire.h,src/noffle.c: Split out expire code from database.c, change to remove articles in place (rather than rebuild article database) and add separate command to rebuild article database from articles listed in overviews. This may help if the article database gets corrupted.
author bears
date Wed, 26 Jun 2002 14:15:44 +0100
parents
children
comparison
equal deleted inserted replaced
254:4c0f54d51591 255:52f467c7213b
1 /*
2 expire.h
3
4 Handle expiring articles
5
6 $Id: expire.h 387 2002-06-26 13:15:44Z bears $
7 */
8
9 #ifndef EXPIRE_H
10 #define EXPIRE_H
11
12 /* Expire articles from the article base. */
13 void
14 Exp_expire( void );
15
16 #endif