aboutsummaryrefslogtreecommitdiffstats
path: root/include/msc_connection.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-02-15 21:27:20 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-02-17 19:34:27 +0100
commit2cdb73cf4a0bb9e7a47cdb6eba4601d00e4eb0d2 (patch)
tree9ad7a9ecc757f9f46c8a73bf071e1d52c98dee70 /include/msc_connection.h
parent3d4d8c7b5098776867b7b2192b00d02ab1e9da7f (diff)
msc: Move more state into the sccp_state.c
Diffstat (limited to 'include/msc_connection.h')
-rw-r--r--include/msc_connection.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/msc_connection.h b/include/msc_connection.h
index 9690906..51a5326 100644
--- a/include/msc_connection.h
+++ b/include/msc_connection.h
@@ -70,7 +70,6 @@ struct msc_connection {
/* msc related functions */
void msc_send_rlc(struct msc_connection *bsc, struct sccp_source_reference *src, struct sccp_source_reference *dest);
void msc_send_reset(struct msc_connection *bsc);
-void msc_send_msg(struct msc_connection *bsc, int rc, struct sccp_parse_result *, struct msgb *msg);
void msc_send_direct(struct msc_connection *bsc, struct msgb *msg);
void msc_close_connection(struct msc_connection *data);