X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrrlc%2Fkw_tmr.c;h=297ab7fc8758751b18d708509931b452490326c0;hb=65443172dd60a6ea312bd3a15959dbf54ad7f045;hp=a959503fd0b1cbdab654a2f2a1f631e54499f715;hpb=def50dc175cebc67238db5f1acd5ff322a2279bd;p=o-du%2Fl2.git diff --git a/src/5gnrrlc/kw_tmr.c b/src/5gnrrlc/kw_tmr.c index a959503fd..297ab7fc8 100755 --- a/src/5gnrrlc/kw_tmr.c +++ b/src/5gnrrlc/kw_tmr.c @@ -86,7 +86,7 @@ } /* private function declarations */ -PRIVATE Void rlcBndTmrExpiry(PTR cb); +static Void rlcBndTmrExpiry(PTR cb); /** * @brief Handler to start timer @@ -417,12 +417,12 @@ bool rlcChkTmr(RlcCb *gCb, PTR cb, int16_t tmrEvnt) * @return Void */ #ifdef ANSI -PRIVATE Void rlcBndTmrExpiry +static Void rlcBndTmrExpiry ( PTR cb ) #else -PRIVATE Void rlcBndTmrExpiry(cb) +static Void rlcBndTmrExpiry(cb) PTR cb; #endif {