X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=w32rulesdlg.h;h=9fe945de3a10f896b4577cd84abd4d76f39b406f;hp=991a8bd0b764ba191d788cd51646ac3ce9d41f34;hb=eb1142901b4272c6630ab1af31345a2b8fd6f5dc;hpb=013e4d3e1a723881fb072dcd221fd0b13fe36a5b diff --git a/w32rulesdlg.h b/w32rulesdlg.h index 991a8bd0..9fe945de 100644 --- a/w32rulesdlg.h +++ b/w32rulesdlg.h @@ -1,9 +1,9 @@ #ifndef _W32RULESDLG_H #define _W32RULESDLG_H -#define W32RULESDLG_H_VERSION "$Id: w32rulesdlg.h,v 1.1 2001/05/13 21:57:07 administrator Exp $" +#define W32RULESDLG_H_VERSION "$Id: w32rulesdlg.h,v 1.1.1.1 2001/05/15 13:59:08 oes Exp $" /********************************************************************* * - * File : $Source: /home/administrator/cvs/ijb/w32rulesdlg.h,v $ + * File : $Source: /cvsroot/ijbswa/current/w32rulesdlg.h,v $ * * Purpose : A dialog to allow GUI editing of the rules. * Unfinished. @@ -34,6 +34,9 @@ * * Revisions : * $Log: w32rulesdlg.h,v $ + * Revision 1.1.1.1 2001/05/15 13:59:08 oes + * Initial import of version 2.9.3 source tree + * * *********************************************************************/ @@ -42,9 +45,15 @@ extern "C" { #endif +#ifndef _WIN_CONSOLE /* entire file */ +#ifdef WIN_GUI_EDIT /* entire file */ + extern int ShowRulesDialog(HWND hwndParent); extern void SetDefaultRule(const char *pszRule); +#endif /* def WIN_GUI_EDIT - entire file */ +#endif /* ndef _WIN_CONSOLE - entire file */ + /* Revision control strings from this header and associated .c file */ extern const char w32rulesdlg_rcs[]; extern const char w32rulesdlg_h_rcs[];