view online.h @ 29:4d455c29bfd1 noffle

[svn] Send MODE READER for INN
author enz
date Sun, 30 Apr 2000 12:17:40 +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