view online.h @ 41:92b59cfcf364 noffle

[svn] Replaces identical local server name strings by constant
author enz
date Fri, 05 May 2000 09:32:53 +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