From 7746eea52b8b5b3d6cc7cf89adc3d4f684461977 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Fri, 9 Sep 2005 16:06:47 +0000 Subject: adapted from 21719: add some mod_exports --- Src/params.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Src/params.c') diff --git a/Src/params.c b/Src/params.c index 1cff358df..89d25afee 100644 --- a/Src/params.c +++ b/Src/params.c @@ -54,6 +54,7 @@ char **path, /* $path */ **fignore; /* $fignore */ /**/ +mod_export char *argzero, /* $0 */ *home, /* $HOME */ *nullcmd, /* $NULLCMD */ @@ -2621,14 +2622,14 @@ arrhashsetfn(Param pm, char **val, int augment) */ /**/ -void +mod_export void nullstrsetfn(UNUSED(Param pm), char *x) { zsfree(x); } /**/ -void +mod_export void nullintsetfn(UNUSED(Param pm), UNUSED(zlong x)) {} -- cgit 1.4.1