Mercurial > noffle
view src/expire.h @ 350:aa1c0f0a90f5 noffle
[svn] added 1.0.1-1.1.woody.2 changelog entry
author | godisch |
---|---|
date | Fri, 21 Mar 2003 12:00:21 +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