view server.h @ 3:0838ae9606b2 noffle

[svn] Documented default value for thread-follow-time option.
author enz
date Thu, 06 Jan 2000 09:32:21 +0000
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