view server.h @ 23:84bfdb5600b2 noffle

[svn] Wrong spool dir and some typos corrected
author enz
date Sat, 29 Apr 2000 13:59:10 +0100
parents 04124a4423d4
children
line wrap: on
line source

/*
  server.h

  Be NNTP server on stdin/stdout.

  $Id: server.h 3 2000-01-04 11:35:42Z enz $
*/

#ifndef SERV_H
#define SERV_H

void Serv_run( void );

#endif