aboutsummaryrefslogtreecommitdiffstats
path: root/include/bsc_sccp.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-09-30 17:30:50 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-09-30 17:30:50 +0800
commit35948551fd07441af1fa3a9d4985b08fdbdc7a33 (patch)
treec0b9b8e6fcd14762c606ea98a7ba28bc896ec509 /include/bsc_sccp.h
parent1cb634a1e22987559f3d347c9e404b5eeb21cd73 (diff)
bsc: Move more sccp code into the bsc_sccp.c
Diffstat (limited to 'include/bsc_sccp.h')
-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);