view online.h @ 25:ab6cf19be6d3 noffle

[svn] INN needs a MODE READER before it will permit POST
author enz
date Sat, 29 Apr 2000 14:37:59 +0100
parents 04124a4423d4
children
line wrap: on
line source

/*
  online.h

  Online/offline status.

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

#ifndef ONLINE_H
#define ONLINE_H

Bool
Online_true( void );

void
Online_set( Bool value );

#endif