X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcm%2Fssi.x;h=7a032d89aa2183685202b8661d4a06ef4ec60288;hb=e54c2aae19e97065def9e5ab2d1488477b1ea209;hp=9c599790b52dbd7c83cdb788f2d4a7dae29241d9;hpb=65443172dd60a6ea312bd3a15959dbf54ad7f045;p=o-du%2Fl2.git diff --git a/src/cm/ssi.x b/src/cm/ssi.x index 9c599790b..7a032d89a 100755 --- a/src/cm/ssi.x +++ b/src/cm/ssi.x @@ -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__)