view online.h @ 30:05f71c7d5a70 noffle

[svn] Added comment
author enz
date Sun, 30 Apr 2000 15:21:34 +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