X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcm%2Flsctp.h;h=ce0605afe6bd4f8f2cd8b2ba718c38f1f63a6ec9;hb=1dc4874f3806146823871718c4450d4d77444947;hp=fd434c378a477c9f84eab41c2d4999ffbcba96fc;hpb=3235ecfc7414aa0b72d0ad50db63ae8b5626045b;p=o-du%2Fl2.git diff --git a/src/cm/lsctp.h b/src/cm/lsctp.h index fd434c378..ce0605afe 100644 --- a/src/cm/lsctp.h +++ b/src/cm/lsctp.h @@ -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