aboutsummaryrefslogtreecommitdiffstats
path: root/src/libosmo-mgcp-client/mgcp_client_endpoint_fsm.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2022-06-24 09:45:02 +0200
committerlaforge <laforge@osmocom.org>2022-09-16 10:37:22 +0000
commite0e5a772f4ad3d2c6d38ff7f87a760f702606b98 (patch)
tree82572e9f0a343741838c2ee26e046ab2998f53f7 /src/libosmo-mgcp-client/mgcp_client_endpoint_fsm.c
parente39ae87ea397cb2213520e184960feac0d696636 (diff)
Make osmo_mgcpc_ep_fsm_pre_term() static
This is a call-back for FSM pre-termination and it should not be publicly exported. Change-Id: Iaa44906baa201571f6bc3192bd3caacb272fec0b
Diffstat (limited to 'src/libosmo-mgcp-client/mgcp_client_endpoint_fsm.c')
-rw-r--r--src/libosmo-mgcp-client/mgcp_client_endpoint_fsm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libosmo-mgcp-client/mgcp_client_endpoint_fsm.c b/src/libosmo-mgcp-client/mgcp_client_endpoint_fsm.c
index ea4c378e1..b8f09d540 100644
--- a/src/libosmo-mgcp-client/mgcp_client_endpoint_fsm.c
+++ b/src/libosmo-mgcp-client/mgcp_client_endpoint_fsm.c
@@ -997,7 +997,7 @@ static int osmo_mgcpc_ep_fsm_timer_cb(struct osmo_fsm_inst *fi)
return 0;
}
-void osmo_mgcpc_ep_fsm_pre_term(struct osmo_fsm_inst *fi, enum osmo_fsm_term_cause cause)
+static void osmo_mgcpc_ep_fsm_pre_term(struct osmo_fsm_inst *fi, enum osmo_fsm_term_cause cause)
{
int i;
struct osmo_mgcpc_ep *ep = osmo_mgcpc_ep_fi_mgwep(fi);