From a4e44197ae0f6e237f118e5b30c01eb12c460ec4 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Wed, 1 Dec 1999 18:35:59 +0000 Subject: zsh-workers/8843 --- Src/jobs.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Src/jobs.c') diff --git a/Src/jobs.c b/Src/jobs.c index e2450cdc1..e66d3b3fd 100644 --- a/Src/jobs.c +++ b/Src/jobs.c @@ -33,12 +33,12 @@ /* the process group of the shell */ /**/ -pid_t mypgrp; +mod_export pid_t mypgrp; /* the job we are working on */ /**/ -int thisjob; +mod_export int thisjob; /* the current job (+) */ @@ -53,7 +53,7 @@ int prevjob; /* the job table */ /**/ -struct job jobtab[MAXJOB]; +mod_export struct job jobtab[MAXJOB]; /* shell timings */ @@ -906,7 +906,7 @@ waitjobs(void) /* clear job table when entering subshells */ /**/ -void +mod_export void clearjobtab(void) { int i; -- cgit 1.4.1