summaryrefslogtreecommitdiffstats
path: root/runtime/glbl.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/glbl.h')
-rw-r--r--runtime/glbl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/glbl.h b/runtime/glbl.h
index dfde902f..c309fec4 100644
--- a/runtime/glbl.h
+++ b/runtime/glbl.h
@@ -49,6 +49,8 @@ BEGINinterface(glbl) /* name must also be changed in ENDinterface macro! */
uchar* (*GetWorkDir)(void);
int (*GetDefPFFamily)(void);
rsRetVal (*SetDefPFFamily)(int);
+ int (*GetDropMalPTRMsgs)(void);
+ rsRetVal (*SetDropMalPTRMsgs)(int);
ENDinterface(glbl)
#define glblCURR_IF_VERSION 1 /* increment whenever you change the interface structure! */