From: jongfoster Date: Sun, 29 Jul 2001 18:51:02 +0000 (+0000) Subject: Adding editor control block, and renaming _SHOWARGS_H X-Git-Tag: v_2_9_9~188 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=c159d0b30db8d8c737cff8e0a639a8679e40b790 Adding editor control block, and renaming _SHOWARGS_H --- diff --git a/showargs.h b/showargs.h index 48df8317..fec080cd 100644 --- a/showargs.h +++ b/showargs.h @@ -1,6 +1,6 @@ -#ifndef _SHOWARGS_H -#define _SHOWARGS_H -#define SHOWARGS_H_VERSION "$Id: showargs.h,v 1.4 2001/06/03 19:13:05 oes Exp $" +#ifndef SHOWARGS_H_INCLUDED +#define SHOWARGS_H_INCLUDED +#define SHOWARGS_H_VERSION "$Id: showargs.h,v 1.5 2001/06/29 13:35:41 oes Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/showargs.h,v $ @@ -35,6 +35,9 @@ * * Revisions : * $Log: showargs.h,v $ + * Revision 1.5 2001/06/29 13:35:41 oes + * adapted to reflect the changes in showargs.c + * * Revision 1.4 2001/06/03 19:13:05 oes * moved stuff to cgi.c * @@ -72,4 +75,11 @@ extern const char showargs_h_rcs[]; } /* extern "C" */ #endif -#endif /* ndef _SHOWARGS_H */ +#endif /* ndef SHOWARGS_H_INCLUDED */ + +/* + Local Variables: + tab-width: 3 + end: +*/ +