Mercurial > noffle
view src/server.h @ 99:651334f85995 noffle
[svn] * docs/Makefile.am, docs/Makefile.in: Added INTERNALS to docs/Makefile.am, so
that it is included in the distribution by 'make distcheck'.
* docs/NOTES: Added info about pan versions 0.7.6 and 0.8
author | uh1763 |
---|---|
date | Sat, 20 May 2000 21:14:13 +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