aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-02-15 21:14:09 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-02-17 19:34:27 +0100
commit3d4d8c7b5098776867b7b2192b00d02ab1e9da7f (patch)
tree42c84a92efcc882d9429b8346ac2dab6e7eed41a /include
parent84ec8714b21a766471129282b98a8bcbfef799f0 (diff)
msc: Move the nat handling into the sccp_state for now
Diffstat (limited to 'include')
-rw-r--r--include/msc_connection.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/msc_connection.h b/include/msc_connection.h
index 3770452..9690906 100644
--- a/include/msc_connection.h
+++ b/include/msc_connection.h
@@ -81,4 +81,8 @@ int msc_connection_start(struct msc_connection *msc);
/* MGCP */
void mgcp_forward(struct msc_connection *msc, const uint8_t *data, unsigned int length);
+/* Called by the MSC Connection */
+void msc_dispatch_sccp(struct msc_connection *msc, struct msgb *msg);
+
+
#endif