From: jongfoster <jongfoster@users.sourceforge.net>
Date: Wed, 1 Aug 2001 00:19:40 +0000 (+0000)
Subject: Changing prototype of show_defines() to modify a map directly
X-Git-Tag: v_2_9_9~167
X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@/faq/%22https:/developer-manual/@default-cgi@toggle?a=commitdiff_plain;h=4c3b647b1a0ba45f0a1be7b9b9267557e601e3f7;p=privoxy.git

Changing prototype of show_defines() to modify a map directly
---

diff --git a/showargs.h b/showargs.h
index fec080cd..33fc2636 100644
--- a/showargs.h
+++ b/showargs.h
@@ -1,6 +1,6 @@
 #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 $"
+#define SHOWARGS_H_VERSION "$Id: showargs.h,v 1.6 2001/07/29 18:51:02 jongfoster Exp $"
 /*********************************************************************
  *
  * File        :  $Source: /cvsroot/ijbswa/current/showargs.h,v $
@@ -35,6 +35,9 @@
  *
  * Revisions   :
  *    $Log: showargs.h,v $
+ *    Revision 1.6  2001/07/29 18:51:02  jongfoster
+ *    Adding editor control block, and renaming _SHOWARGS_H
+ *
  *    Revision 1.5  2001/06/29 13:35:41  oes
  *    adapted to reflect the changes in showargs.c
  *
@@ -65,7 +68,7 @@ extern "C" {
 
 extern void savearg(char *c, char *o, struct configuration_spec * config);
 extern char *show_rcs(void);
-extern char *show_defines(void);
+struct map * show_defines(struct map *exports);
 
 /* Revision control strings from this header and associated .c file */
 extern const char showargs_rcs[];