view src/expire.h @ 436:4426f4dc6e8b noffle

[svn] * src/protocol.c: Reading of long lines broken in Prt_getLn(). Fix and change to split long lines rather than truncate. Also change Prt_putTxtBuf() to work properly with long lines by removing all fixed buffer dependencies.
author bears
date Wed, 25 Jun 2003 10:40:02 +0100
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