aboutsummaryrefslogtreecommitdiffstats
path: root/include/msc_connection.h
diff options
context:
space:
mode:
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);