about summary refs log tree commit diff
path: root/Src/utils.c
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2012-12-16 18:43:24 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2012-12-16 18:43:24 +0000
commitf73d92f5dc6ed8062f04b03757f6895b6a74e4e8 (patch)
tree5c0c649f35aeb55dd8d6b8edb015f92ac3bfe766 /Src/utils.c
parent2908d73f6cc464d0e0c71745686b06f3f97d7542 (diff)
downloadzsh-f73d92f5dc6ed8062f04b03757f6895b6a74e4e8.tar.gz
zsh-f73d92f5dc6ed8062f04b03757f6895b6a74e4e8.tar.xz
zsh-f73d92f5dc6ed8062f04b03757f6895b6a74e4e8.zip
add missing mod_export
Diffstat (limited to 'Src/utils.c')
-rw-r--r--Src/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/utils.c b/Src/utils.c
index cadb06f61..26e2a5c2c 100644
--- a/Src/utils.c
+++ b/Src/utils.c
@@ -2887,7 +2887,7 @@ zjoin(char **arr, int delim, int heap)
  * of items into an array of strings.               */
 
 /**/
-char **
+mod_export char **
 colonsplit(char *s, int uniq)
 {
     int ct;