diff 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
line wrap: on
line diff
--- a/src/configfile.h	Sat Jun 24 21:20:01 2000 +0100
+++ b/src/configfile.h	Sat Jun 24 21:28:01 2000 +0100
@@ -3,7 +3,7 @@
 
   Common declarations and handling of the configuration file.
 
-  $Id: configfile.h 143 2000-06-13 06:34:25Z bears $
+  $Id: configfile.h 155 2000-06-24 20:28:01Z bears $
 */
 
 #ifndef CONFIGFILE_H
@@ -58,6 +58,9 @@
 /* Return default auto subscribe mode. Can be: full, thread, over */
 const char * Cfg_defaultAutoSubscribeMode( void );
 
+/* Return Path: header contents */
+const char * Cfg_pathHeader( void );
+
 void Cfg_read( void );
 
 /* Get a new iterator for get group patterns for the given server */