view server.h @ 34:9426f9eaf3d7 noffle

[svn] Change output of "noffle -a all" to standard mailbox format.
author enz
date Mon, 01 May 2000 10:23:31 +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