[ JIRA Id - ODUHIGH-573 ] Code changes upgraded to Gcc version 11.4.0
[o-du/l2.git] / src / mt / ss_gen.c
index d7ef856..98c5c76 100644 (file)
@@ -114,10 +114,15 @@ volatile SsOs     osCp;           /* common OS control point */
 #else
 SsOs     osCp;           /* common OS control point */
 #endif
+/* for SGetOpt() */
+extern S16 msOptInd;
+extern S8  *msOptArg;
+extern Txt **msArgv;
+extern S16 msArgc;
 
  
-Cntr     cfgNumRegs;
-SsRegCfg cfgRegInfo[SS_MAX_REGS];
+extern Cntr     cfgNumRegs;
+extern SsRegCfg cfgRegInfo[SS_MAX_REGS];
 
 \f
 /* ss029.103: modification: multiple procId related changes */