X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=w32log.h;h=cb4099776526bf802bcf5e83a55afc53ab27c295;hp=c49902739fd1fcfbd9e850c3be3103b718dac597;hb=7055dabf9dd0294cc8e1cf78e12a1b606e89d684;hpb=8cdcdc439be755cede31e0c3075e4932eba1ba04 diff --git a/w32log.h b/w32log.h index c4990273..cb409977 100644 --- a/w32log.h +++ b/w32log.h @@ -1,15 +1,15 @@ -#ifndef _W32LOG_H -#define _W32LOG_H -#define W32LOG_H_VERSION "$Id: w32log.h,v 1.3 2001/05/29 09:50:24 jongfoster Exp $" +#ifndef W32LOG_H_INCLUDED +#define W32LOG_H_INCLUDED +#define W32LOG_H_VERSION "$Id: w32log.h,v 1.10.2.2 2002/11/20 14:39:05 oes Exp $" /********************************************************************* * - * File : $Source: /cvsroot/ijbswa/current/w32log.h,v $ + * File : $Source: /cvsroot/ijbswa/current/Attic/w32log.h,v $ * * Purpose : Functions for creating and destroying the log window, * ouputting strings, processing messages and so on. * - * Copyright : Written by and Copyright (C) 2001 the SourceForge - * IJBSWA team. http://ijbswa.sourceforge.net + * Copyright : Written by and Copyright (C) 2001-2002 members of + * the Privoxy team. http://www.privoxy.org/ * * Written by and Copyright (C) 1999 Adam Lock * @@ -34,6 +34,37 @@ * * Revisions : * $Log: w32log.h,v $ + * Revision 1.10.2.2 2002/11/20 14:39:05 oes + * Fixed compiler warning + * + * Revision 1.10.2.1 2002/08/21 17:58:05 oes + * Temp kludge to let user and default action file be edited through win32 GUI (FR 592080) + * + * Revision 1.10 2002/03/26 22:57:10 jongfoster + * Web server name should begin www. + * + * Revision 1.9 2002/03/24 12:03:47 jongfoster + * Name change + * + * Revision 1.8 2001/07/30 22:08:36 jongfoster + * Tidying up #defines: + * - All feature #defines are now of the form FEATURE_xxx + * - Permanently turned off WIN_GUI_EDIT + * - Permanently turned on WEBDAV and SPLIT_PROXY_ARGS + * + * Revision 1.7 2001/07/29 18:43:08 jongfoster + * Changing #ifdef _FILENAME_H to FILENAME_H_INCLUDED, to conform to + * ANSI C rules. + * + * Revision 1.6 2001/07/13 14:04:59 oes + * Removed all #ifdef PCRS + * + * Revision 1.5 2001/06/07 23:08:12 jongfoster + * Forward and ACL edit options removed. + * + * Revision 1.4 2001/05/31 21:37:11 jongfoster + * GUI changes to rename "permissions file" to "actions file". + * * Revision 1.3 2001/05/29 09:50:24 jongfoster * Unified blocklist/imagelist/permissionslist. * File format is still under discussion, but the internal changes @@ -107,21 +138,16 @@ extern int g_nFontSize; /* FIXME: this is a kludge */ -extern const char * g_actions_file; -extern const char * g_forwardfile; -#ifdef ACL_FILES -extern const char * g_aclfile; -#endif /* def ACL_FILES */ -#ifdef PCRS +extern const char * g_default_actions_file; +extern const char * g_user_actions_file; extern const char * g_re_filterfile; -#endif -#ifdef TRUST_FILES +#ifdef FEATURE_TRUST extern const char * g_trustfile; -#endif /* def TRUST_FILES */ +#endif /* def FEATURE_TRUST */ /* FIXME: end kludge */ - +extern HICON g_hiconApp; extern int LogPutString(const char *pszText); extern BOOL InitLogWindow(void); extern void TermLogWindow(void); @@ -136,7 +162,7 @@ extern const char w32log_h_rcs[]; } /* extern "C" */ #endif -#endif /* ndef _W32LOG_H */ +#endif /* ndef W32LOG_H_INCLUDED */ /*