aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-01-02 11:23:54 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-01-17 11:21:09 +0100
commita99b04b700891e39d0a10444224fc77a86945970 (patch)
tree1eb5b9226ccce3e9051f2f5ebab5f11436b759f5 /include
parentf9b4a86e8dc16e85c09e37861f6de081167ccd7b (diff)
mtp: Move the link code into a new file called links.
Diffstat (limited to 'include')
-rw-r--r--include/bsc_data.h1
1 files changed, 1 insertions, 0 deletions
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);