view src/server.h @ 235:21f75cc470f4 noffle

[svn] * docs/noffle.conf.5: Correct typo in From: filter description. * src/client.c: Fix memory leak in filter code. * src/fetchlist.c: Write fetchlist to new file and update if written correctly. Stops fetchlist being trashed on disc full. Also add fetchlist dirty flag to save unnecessary rewrites.
author bears
date Mon, 11 Feb 2002 11:20:31 +0000
parents 7ba337dafb2c
children
line wrap: on
line source

/*
  server.h

  Be NNTP server on stdin/stdout.

  $Id: server.h 260 2001-02-25 23:29:50Z bears $
*/

#ifndef SERV_H
#define SERV_H

#if HAVE_CONFIG_H
#include <config.h>
#endif

void Server_run( void );

void Server_flushCache( void );

#endif