diff options
Diffstat (limited to 'Src/params.c')
-rw-r--r-- | Src/params.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Src/params.c b/Src/params.c index 6965df0ed..7deee4288 100644 --- a/Src/params.c +++ b/Src/params.c @@ -2516,7 +2516,7 @@ strgetfn(Param pm) /* Function to set value of a scalar (string) parameter */ /**/ -static void +mod_export void strsetfn(Param pm, char *x) { zsfree(pm->u.str); @@ -2587,7 +2587,7 @@ nullsethashfn(UNUSED(Param pm), HashTable x) /* Function to set value of an association parameter using key/value pairs */ /**/ -static void +mod_export void arrhashsetfn(Param pm, char **val, int augment) { /* Best not to shortcut this by using the existing hash table, * |