summaryrefslogtreecommitdiffstats
path: root/glbl.h
diff options
context:
space:
mode:
Diffstat (limited to 'glbl.h')
-rw-r--r--glbl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/glbl.h b/glbl.h
index fb55fb76..6d08ddd5 100644
--- a/glbl.h
+++ b/glbl.h
@@ -33,6 +33,7 @@
#define glblGetIOBufSize() 4096 /* size of the IO buffer, e.g. for strm class */
+extern uchar *glblModPath; /* module load path */
extern uchar *pszWorkDir;
#define glblGetWorkDir() (pszWorkDir == NULL ? (uchar*) "" : pszWorkDir)