Mercurial > noffle
comparison src/configfile.h @ 111:6f681d41734c noffle
[svn] path-header added.
author | bears |
---|---|
date | Sat, 24 Jun 2000 21:28:01 +0100 |
parents | 402300614185 |
children | 1c7303c71f66 |
comparison
equal
deleted
inserted
replaced
110:d23f038454d4 | 111:6f681d41734c |
---|---|
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 143 2000-06-13 06:34:25Z bears $ | 6 $Id: configfile.h 155 2000-06-24 20:28:01Z bears $ |
7 */ | 7 */ |
8 | 8 |
9 #ifndef CONFIGFILE_H | 9 #ifndef CONFIGFILE_H |
10 #define CONFIGFILE_H | 10 #define CONFIGFILE_H |
11 | 11 |
56 const char * Cfg_autoSubscribeMode( const char *grp ); | 56 const char * Cfg_autoSubscribeMode( const char *grp ); |
57 | 57 |
58 /* Return default auto subscribe mode. Can be: full, thread, over */ | 58 /* Return default auto subscribe mode. Can be: full, thread, over */ |
59 const char * Cfg_defaultAutoSubscribeMode( void ); | 59 const char * Cfg_defaultAutoSubscribeMode( void ); |
60 | 60 |
61 /* Return Path: header contents */ | |
62 const char * Cfg_pathHeader( void ); | |
63 | |
61 void Cfg_read( void ); | 64 void Cfg_read( void ); |
62 | 65 |
63 /* Get a new iterator for get group patterns for the given server */ | 66 /* Get a new iterator for get group patterns for the given server */ |
64 GroupEnum * | 67 GroupEnum * |
65 new_GetGrEn( const char *name ); | 68 new_GetGrEn( const char *name ); |