Mercurial > noffle
view src/server.h @ 145:deb2320befd7 noffle
[svn] acconfig.h,config.h.in,configure.in,src/Makefile.in,src/fetch.c:
Applied patch by Paul Slootman: using the mail program is
replaced by sendmail (SENDMAILPROG variable).
author | enz |
---|---|
date | Sun, 15 Oct 2000 18:22:42 +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