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