CI: Add silent cmake SonarCloud scan
[o-du/l2.git] / src / cm / ssi.x
index 9c59979..7a032d8 100755 (executable)
@@ -701,10 +701,10 @@ typedef Void (*PDPR) ARGS((PTR cxt)); /* pointer to DPR function handler */
 #ifdef SS                        /* Common System Services */
 
 /* for SGetOpt() */
- S16 msOptInd;
- S8  *msOptArg;
- Txt **msArgv;
- S16 msArgc;
+extern S16 msOptInd;
+extern S8  *msOptArg;
+extern Txt **msArgv;
+extern S16 msArgc;
 
 /* task related stuff */
 /* data range modified */
@@ -1054,6 +1054,10 @@ S16 SPutSBuf ARGS((Region region, Pool pool, Data *buf, Size size));
 #endif
 #endif /* SS_HISTOGRAM_SUPPORT */
 #endif /*SS_LIGHT_MEM_LEAK_STS */
+#ifdef INTEL_WLS_MEM
+S16 SPutSBufWls(Region region, Pool pool, Data *ptr, Size size);
+S16 SGetSBufWls(Region region, Pool pool, Data **ptr, Size size);
+#endif
 #ifdef INTEL_WLS
 #ifdef T2K_MEM_LEAK_DBG
 #define SGetSBufWls(region,pool,bufPtr,size) SGetSBufWls1(region,pool,bufPtr,size,__FILE__,__LINE__)