aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-02-16 23:00:50 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-02-17 19:34:28 +0100
commit64b7d56dc0f5a7b03bad2f9d9fb147f7da0f53a1 (patch)
tree54d60c1d339a96383cd53a6406f75825019db335 /include
parentc5200fcb354b7c70cf0c1198abf10281906c3aad (diff)
ss7: Move all mtp linksets callbacks into the app layer
Diffstat (limited to 'include')
-rw-r--r--include/bsc_sccp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/bsc_sccp.h b/include/bsc_sccp.h
index 82ba3ed..76e4437 100644
--- a/include/bsc_sccp.h
+++ b/include/bsc_sccp.h
@@ -72,5 +72,6 @@ unsigned int sls_for_src_ref(struct ss7_application *, struct sccp_source_refere
void app_resources_released(struct ss7_application *ss7);
void app_clear_connections(struct ss7_application *ss7);
+void app_forward_sccp(struct ss7_application *ss7, struct msgb *_msg, int sls);
#endif