Mercurial > noffle
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/expire.h Wed Jun 26 14:15:44 2002 +0100 @@ -0,0 +1,16 @@ +/* + expire.h + + Handle expiring articles + + $Id: expire.h 387 2002-06-26 13:15:44Z bears $ +*/ + +#ifndef EXPIRE_H +#define EXPIRE_H + +/* Expire articles from the article base. */ +void +Exp_expire( void ); + +#endif