aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/bsc_sccp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/bsc_sccp.h b/include/bsc_sccp.h
index 72bfa47..aed5daa 100644
--- a/include/bsc_sccp.h
+++ b/include/bsc_sccp.h
@@ -58,6 +58,8 @@ struct active_sccp_con {
int sls;
};
+void free_con(struct active_sccp_con *con);
+struct active_sccp_con *find_con_by_dest_ref(struct sccp_source_reference *ref);
struct active_sccp_con *find_con_by_src_ref(struct sccp_source_reference *src_ref);
struct active_sccp_con *find_con_by_src_dest_ref(struct sccp_source_reference *src_ref,
struct sccp_source_reference *dst_ref);