From a99b04b700891e39d0a10444224fc77a86945970 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sun, 2 Jan 2011 11:23:54 +0100 Subject: mtp: Move the link code into a new file called links. --- include/bsc_data.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/bsc_data.h') diff --git a/include/bsc_data.h b/include/bsc_data.h index 6684348..b8c9b26 100644 --- a/include/bsc_data.h +++ b/include/bsc_data.h @@ -143,6 +143,7 @@ unsigned int sls_for_src_ref(struct sccp_source_reference *ref); /* udp init */ int link_udp_init(struct link_data *data, int src_port, const char *dest_ip, int port); +int link_init(struct bsc_data *bsc); /* MGCP */ void mgcp_forward(struct bsc_data *bsc, const uint8_t *data, unsigned int length); -- cgit v1.2.3