Mercurial > noffle
comparison src/configfile.h @ 85:dfcb28566d36 noffle
[svn] Merged in changes from release-1-0 up to release-1-0-merge-1.
author | enz |
---|---|
date | Wed, 17 May 2000 11:51:22 +0100 |
parents | 1eb0cdd17c76 |
children | 1fcdced0246e |
comparison
equal
deleted
inserted
replaced
84:8c6dbce3b178 | 85:dfcb28566d36 |
---|---|
1 /* | 1 /* |
2 configfile.h | 2 configfile.h |
3 | 3 |
4 Common declarations and handling of the configuration file. | 4 Common declarations and handling of the configuration file. |
5 | 5 |
6 $Id: configfile.h 88 2000-05-14 16:15:08Z bears $ | 6 $Id: configfile.h 96 2000-05-17 10:51:22Z enz $ |
7 */ | 7 */ |
8 | 8 |
9 #ifndef CONFIGFILE_H | 9 #ifndef CONFIGFILE_H |
10 #define CONFIGFILE_H | 10 #define CONFIGFILE_H |
11 | 11 |
23 int Cfg_threadFollowTime( void ); | 23 int Cfg_threadFollowTime( void ); |
24 int Cfg_connectTimeout( void ); | 24 int Cfg_connectTimeout( void ); |
25 Bool Cfg_autoUnsubscribe( void ); | 25 Bool Cfg_autoUnsubscribe( void ); |
26 Bool Cfg_autoSubscribe( void ); | 26 Bool Cfg_autoSubscribe( void ); |
27 Bool Cfg_infoAlways( void ); | 27 Bool Cfg_infoAlways( void ); |
28 | |
29 /* Ignored. Should be removed in development version. */ | |
28 Bool Cfg_removeMsgId( void ); | 30 Bool Cfg_removeMsgId( void ); |
31 | |
29 Bool Cfg_replaceMsgId( void ); | 32 Bool Cfg_replaceMsgId( void ); |
30 const char * Cfg_autoSubscribeMode( void ); /* Can be: full, thread, over */ | 33 const char * Cfg_autoSubscribeMode( void ); /* Can be: full, thread, over */ |
31 const char * Cfg_mailTo( void ); | 34 const char * Cfg_mailTo( void ); |
32 | 35 |
33 /* Begin iteration through the server names */ | 36 /* Begin iteration through the server names */ |