view src/expire.h @ 269:b3a2f710fe2c noffle

[svn] * src/server.c: Fix post 1.0 bug where the article cursor was lost if the server yielded the lock to another server.
author bears
date Fri, 25 Oct 2002 12:04:57 +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