X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcm%2Flsctp.h;h=eb40306f51d376436f5c8418e3548dd9ab2656a4;hb=4d45b914f9e94203603d3b9fdbcb1aad361301dd;hp=266039a90d749e0fc9cdd1d43b4786437b592bc6;hpb=6b44407d464a5a4e060999255233a7cfe78bb0fa;p=o-du%2Fl2.git diff --git a/src/cm/lsctp.h b/src/cm/lsctp.h index 266039a90..eb40306f5 100644 --- a/src/cm/lsctp.h +++ b/src/cm/lsctp.h @@ -20,8 +20,8 @@ #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); +typedef uint8_t (*SctpNtfy) ARGS((Buffer *mBuf, CmInetSctpNotification *ntfy)); +extern uint8_t cmPkSctpNtfy(Pst *pst, CmInetSctpNotification *ntfy); +extern uint8_t cmUnpkSctpNtfy(SctpNtfy func, Pst *pst, Buffer *mBuf); #endif