summaryrefslogtreecommitdiffstats
path: root/tools/omusrmsg.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/omusrmsg.c')
-rw-r--r--tools/omusrmsg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/omusrmsg.c b/tools/omusrmsg.c
index 6d6b267a..f8e40594 100644
--- a/tools/omusrmsg.c
+++ b/tools/omusrmsg.c
@@ -91,7 +91,7 @@ typedef struct configSettings_s {
EMPTY_STRUCT
} configSettings_t;
-SCOPING_SUPPORT; /* must be set AFTER configSettings_t is defined */
+static configSettings_t cs;
/* tables for interfacing with the v6 config system */
@@ -442,7 +442,7 @@ ENDqueryEtryPt
BEGINmodInit(UsrMsg)
CODESTARTmodInit
-SCOPINGmodInit
+INITLegCnfVars
*ipIFVersProvided = CURR_MOD_IF_VERSION; /* we only support the current interface specification */
CODEmodInit_QueryRegCFSLineHdlr
CHKiRet(objUse(errmsg, CORE_COMPONENT));