mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-11-03 05:23:43 +00:00
MNCC: make get_call_ref() function static
This commit is contained in:
@@ -115,7 +115,7 @@ static void free_call(struct gsm_call *call)
|
||||
}
|
||||
|
||||
|
||||
struct gsm_call *get_call_ref(u_int32_t callref)
|
||||
static struct gsm_call *get_call_ref(u_int32_t callref)
|
||||
{
|
||||
struct gsm_call *callt;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user