view online.h @ 8:ffb0b14fc8d9 noffle

[svn] Online mode/authentication bug
author enz
date Sat, 12 Feb 2000 11:54:42 +0000
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