view src/server.h @ 143:7400a8e9d5ba noffle

[svn] NEWS,src/client.c,src/protocol.c,src/protocol.h,src/server.c: Added timeout to Prt_getLn to avoid Noffle hanging if the connection breaks down during a fetch.
author enz
date Sat, 23 Sep 2000 11:37:01 +0100
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