Mercurial > noffle
view src/expire.h @ 293:b0e754727abf noffle
[svn] * docs/noffle.1,src/outgoing.c,src/noffle.c: Added -O/--outgoing
option to list articles waiting to be posted upstream. Modified
Out_next() to return message ID if possible, regardless of whether
article text was requested as well.
author | bears |
---|---|
date | Thu, 30 Jan 2003 15:49:23 +0000 |
parents | 52f467c7213b |
children |
line wrap: on
line source
/* 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