Mercurial > noffle
view src/server.h @ 140:39082cefbcd4 noffle
[svn] src/fetch.c: Fixed a bug in Fetch_init, that triggered
an assertion if connection to remote server failed.
author | enz |
---|---|
date | Sun, 10 Sep 2000 13:30:49 +0100 (2000-09-10) |
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