From 4c3b647b1a0ba45f0a1be7b9b9267557e601e3f7 Mon Sep 17 00:00:00 2001 From: jongfoster Date: Wed, 1 Aug 2001 00:19:40 +0000 Subject: [PATCH] Changing prototype of show_defines() to modify a map directly --- showargs.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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[]; -- 2.39.2