ss7: Move the linkset up/down into the ss7_app, move some code around
diff --git a/include/bsc_sccp.h b/include/bsc_sccp.h
index f7489bb..82ba3ed 100644
--- a/include/bsc_sccp.h
+++ b/include/bsc_sccp.h
@@ -70,4 +70,7 @@
 						 struct sccp_source_reference *dst_ref);
 unsigned int sls_for_src_ref(struct ss7_application *, struct sccp_source_reference *ref);
 
+void app_resources_released(struct ss7_application *ss7);
+void app_clear_connections(struct ss7_application *ss7);
+
 #endif
diff --git a/include/msc_connection.h b/include/msc_connection.h
index c7957ec..7d3d354 100644
--- a/include/msc_connection.h
+++ b/include/msc_connection.h
@@ -74,7 +74,7 @@
 int msc_connection_start(struct msc_connection *msc);
 
 /* MGCP */
-void mgcp_forward(struct msc_connection *msc, const uint8_t *data, unsigned int length);
+void msc_mgcp_reset(struct msc_connection *msc);
 
 /* Called by the MSC Connection */
 void msc_dispatch_sccp(struct msc_connection *msc, struct msgb *msg);