view src/server.h @ 164:94f2e5607772 noffle

[svn] * src/client.c,src/protocol.c,src/util.h,src/util.c: Common up repeated signal handler setting code into Utl_installSignalHandler. * src/client.c: Ensure Client_retrieveArt always exits with the global lock held. Previously it would be held on error, not held if OK.
author bears
date Thu, 25 Jan 2001 11:00:03 +0000
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