X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcm%2Flsctp.h;h=266039a90d749e0fc9cdd1d43b4786437b592bc6;hb=45d134510deb6902b870b4a0fb574b6075fba601;hp=cefd8f7aed7d5d50ea317cb83932f2e1991b7b26;hpb=392607b7a8cbf1b7415b15517275dd1ef4e897a9;p=o-du%2Fl2.git diff --git a/src/cm/lsctp.h b/src/cm/lsctp.h index cefd8f7ae..266039a90 100644 --- a/src/cm/lsctp.h +++ b/src/cm/lsctp.h @@ -20,6 +20,7 @@ #ifndef __LSCTP_H___ #define __LSCTP_H___ +typedef S16 (*SctpNtfy) ARGS((Buffer *mBuf, CmInetSctpNotification *ntfy)); extern S16 cmPkSctpNtfy(Pst *pst, CmInetSctpNotification *ntfy); extern S16 cmUnpkSctpNtfy(SctpNtfy func, Pst *pst, Buffer *mBuf);