From a47971f5b7d4a21d71adcefaa0c0426f6bde8011 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Tue, 20 Nov 2007 09:55:09 +0000 Subject: add some mod_export tags where needed --- ChangeLog | 2 ++ Src/prompt.c | 2 +- Src/utils.c | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1af2fe719..1c0b3db8b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2007-11-20 Peter Stephenson + * unposted: run Util/check_exports and add some mod_export tags. + * unposted: fix .distfiles and version.mk for 4.3.4-dev-2. 2007-11-19 Peter Stephenson diff --git a/Src/prompt.c b/Src/prompt.c index 57af41b03..68a55a3fd 100644 --- a/Src/prompt.c +++ b/Src/prompt.c @@ -33,7 +33,7 @@ /* text attribute mask */ /**/ -unsigned txtattrmask; +mod_export unsigned txtattrmask; /* text change - attribute change made by prompts */ 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)); -- cgit 1.4.1