X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=loadcfg.h;h=1cc58ed847eba006570c2fd58a4dfb4566bbc386;hp=3e71b7522a125a5913df446951e7099c6ccd167a;hb=c25ea18fdb76dafba46abeb0436d3a59ba2dd4b5;hpb=97110184221edacdb7d4dfc29de0e38d63f4d831 diff --git a/loadcfg.h b/loadcfg.h index 3e71b752..1cc58ed8 100644 --- a/loadcfg.h +++ b/loadcfg.h @@ -1,9 +1,9 @@ #ifndef LOADCFG_H_INCLUDED #define LOADCFG_H_INCLUDED -#define LOADCFG_H_VERSION "$Id: loadcfg.h,v 1.10 2002/03/24 13:25:43 swa Exp $" +#define LOADCFG_H_VERSION "$Id: loadcfg.h,v 1.11.2.1 2003/03/11 11:53:59 oes Exp $" /********************************************************************* * - * File : $Source: /cvsroot/ijbswa/current/loadcfg.h,v $ + * File : $Source: /cvsroot/ijbswa/current/Attic/loadcfg.h,v $ * * Purpose : Loads settings from the configuration file into * global variables. This file contains both the @@ -37,6 +37,12 @@ * * Revisions : * $Log: loadcfg.h,v $ + * Revision 1.11.2.1 2003/03/11 11:53:59 oes + * Cosmetic: Renamed cryptic variable + * + * Revision 1.11 2002/03/26 22:29:55 swa + * we have a new homepage! + * * Revision 1.10 2002/03/24 13:25:43 swa * name change related issues * @@ -149,8 +155,8 @@ struct configuration_spec; /* Global variables */ #ifdef FEATURE_TOGGLE -/* indicates if ijb is enabled */ -extern int g_bToggleIJB; +/* Privoxy's toggle state */ +extern int global_toggle_state; #endif /* def FEATURE_TOGGLE */ extern const char *configfile;