[Task-ID: ODUHIGH-485] Memory Leak Detector Tool
[o-du/l2.git] / src / cm / lsctp.h
index fd434c3..ce0605a 100644 (file)
@@ -20,9 +20,8 @@
 #ifndef __LSCTP_H___
 #define __LSCTP_H___
 
-extern S16 cmPkSctpAssocReq(Pst *pst, F1SctpParams sctpCfgParam);
-extern S16 cmUnpkSctpAssocReq(Buffer *mBuf);
-extern S16 cmPkSctpNtfy(Pst *pst, CmInetSctpNotification *ntfy);
-extern S16 cmUnpkSctpNtfy(SctpNtfy func, Pst *pst, Buffer *mBuf);
+typedef uint8_t (*SctpNtfy) ARGS((Buffer *mBuf, CmInetSctpNotification *ntfy));
+uint8_t cmPkSctpNtfy(Pst *pst, CmInetSctpNotification *ntfy);
+uint8_t cmUnpkSctpNtfy(SctpNtfy func, Pst *pst, Buffer *mBuf);
 
 #endif