X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=w32log.h;h=cb4099776526bf802bcf5e83a55afc53ab27c295;hp=2634a95cb8d0a499689088e415149e6cfe576ac8;hb=96a70945adcf3e57b9b9475f8e6da48d5d325d6f;hpb=375061cb39433e194051236d59d496815cc8db9e diff --git a/w32log.h b/w32log.h index 2634a95c..cb409977 100644 --- a/w32log.h +++ b/w32log.h @@ -1,9 +1,9 @@ #ifndef W32LOG_H_INCLUDED #define W32LOG_H_INCLUDED -#define W32LOG_H_VERSION "$Id: w32log.h,v 1.9 2002/03/24 12:03:47 jongfoster Exp $" +#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. @@ -34,6 +34,15 @@ * * 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 * @@ -129,7 +138,8 @@ extern int g_nFontSize; /* FIXME: this is a kludge */ -extern const char * g_actions_file; +extern const char * g_default_actions_file; +extern const char * g_user_actions_file; extern const char * g_re_filterfile; #ifdef FEATURE_TRUST extern const char * g_trustfile; @@ -137,6 +147,7 @@ extern const char * g_trustfile; /* FIXME: end kludge */ +extern HICON g_hiconApp; extern int LogPutString(const char *pszText); extern BOOL InitLogWindow(void); extern void TermLogWindow(void);