about summary refs log tree commit diff
path: root/Src/utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'Src/utils.c')
-rw-r--r--Src/utils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Src/utils.c b/Src/utils.c
index 60aa730e5..f9e658c0f 100644
--- a/Src/utils.c
+++ b/Src/utils.c
@@ -1351,7 +1351,7 @@ freestr(void *a)
 }
 
 /**/
-void
+mod_export void
 gettyinfo(struct ttyinfo *ti)
 {
     if (SHTTY != -1) {
@@ -2862,7 +2862,7 @@ getshfunc(char *nam)
 }
 
 /**/
-char **
+mod_export char **
 mkarray(char *s)
 {
     char **t = (char **) zalloc((s) ? (2 * sizeof s) : (sizeof s));