diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2005-10-03 09:09:58 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2005-10-03 09:09:58 +0000 |
commit | c1b01cfba2723b720f4c96f3628b575986080a1a (patch) | |
tree | fe5281fb0ed3beb152ca30ebe1ad7f2310a079b3 /Src/utils.c | |
parent | 3fd42c46580ec478c2bfd3ac5746c0a5129ad60b (diff) | |
download | zsh-c1b01cfba2723b720f4c96f3628b575986080a1a.tar.gz zsh-c1b01cfba2723b720f4c96f3628b575986080a1a.tar.xz zsh-c1b01cfba2723b720f4c96f3628b575986080a1a.zip |
21809: need to export nicedup()
Diffstat (limited to 'Src/utils.c')
-rw-r--r-- | Src/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/utils.c b/Src/utils.c index 663be3b5b..838846910 100644 --- a/Src/utils.c +++ b/Src/utils.c @@ -3330,7 +3330,7 @@ zputs(char const *s, FILE *stream) /* Create a visibly-represented duplicate of a string. */ /**/ -static char * +mod_export char * nicedup(char const *s, int heap) { int c, len = strlen(s) * 5 + 1; |