diff src/configfile.h @ 82:1eb0cdd17c76 noffle

[svn] info-always-unread config/doc/implementation
author bears
date Sun, 14 May 2000 17:15:08 +0100
parents 32ba1198c6fa
children dfcb28566d36
line wrap: on
line diff
--- a/src/configfile.h	Sun May 14 17:13:21 2000 +0100
+++ b/src/configfile.h	Sun May 14 17:15:08 2000 +0100
@@ -3,7 +3,7 @@
 
   Common declarations and handling of the configuration file.
 
-  $Id: configfile.h 51 2000-05-05 23:49:38Z uh1763 $
+  $Id: configfile.h 88 2000-05-14 16:15:08Z bears $
 */
 
 #ifndef CONFIGFILE_H
@@ -24,6 +24,7 @@
 int Cfg_connectTimeout( void );
 Bool Cfg_autoUnsubscribe( void );
 Bool Cfg_autoSubscribe( void );
+Bool Cfg_infoAlways( void );
 Bool Cfg_removeMsgId( void );
 Bool Cfg_replaceMsgId( void );
 const char * Cfg_autoSubscribeMode( void ); /* Can be: full, thread, over */