view src/server.h @ 116:0a12fc56db30 noffle

[svn] path-header, Approved: header recognition, posting changes, remove SA_INTERRUPT, minor include updates.
author bears
date Sat, 24 Jun 2000 21:52:33 +0100 (2000-06-24)
parents adf0af5152f7
children 7ba337dafb2c
line wrap: on
line source
/*
  server.h

  Be NNTP server on stdin/stdout.

  $Id: server.h 67 2000-05-12 17:19:38Z enz $
*/

#ifndef SERV_H
#define SERV_H

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

void Server_run( void );

#endif