aboutsummaryrefslogtreecommitdiffstats
path: root/src/ss7_application.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ss7_application.c')
-rw-r--r--src/ss7_application.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ss7_application.c b/src/ss7_application.c
index 9d34752..701ec04 100644
--- a/src/ss7_application.c
+++ b/src/ss7_application.c
@@ -32,7 +32,7 @@
/* the SS7 dispatch... maybe as function pointers in the future */
-void forward_sccp_stp(struct mtp_link_set *set, struct msgb *_msg, int sls)
+static void forward_sccp_stp(struct mtp_link_set *set, struct msgb *_msg, int sls)
{
struct mtp_link_set *other;
other = set->app->route_src.set == set ?
@@ -40,7 +40,7 @@ void forward_sccp_stp(struct mtp_link_set *set, struct msgb *_msg, int sls)
mtp_link_set_submit_sccp_data(other, sls, _msg->l2h, msgb_l2len(_msg));
}
-void forward_isup_stp(struct mtp_link_set *set, struct msgb *msg, int sls)
+static void forward_isup_stp(struct mtp_link_set *set, struct msgb *msg, int sls)
{
struct mtp_link_set *other;
other = set->app->route_src.set == set ?