aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-08-04 07:34:21 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-08-04 07:34:21 +0800
commite807376257ef00fae46ba7121eb4002d966f1a49 (patch)
tree22a7d4ec0540849d95cb6a325c91c45848d3859e /include
parenta174318a7b085eef918d518919fdf91cb82e9d64 (diff)
mgcp_ss7: Move the vty code/params over to mgcp_vty.c
Share more code with the OpenBSC version of the VTY code minus the changes to allow to parse a generic hostname instead of an ip address.
Diffstat (limited to 'include')
-rw-r--r--include/mgcp/mgcp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mgcp/mgcp.h b/include/mgcp/mgcp.h
index ef0a920..db05cc4 100644
--- a/include/mgcp/mgcp.h
+++ b/include/mgcp/mgcp.h
@@ -114,6 +114,7 @@ struct mgcp_config {
struct mgcp_config *mgcp_config_alloc(void);
int mgcp_parse_config(const char *config_file, struct mgcp_config *cfg);
int mgcp_vty_init(void);
+void mgcp_vty_set_config(struct mgcp_config *cfg);
int mgcp_endpoints_allocate(struct mgcp_config *cfg);
int mgcp_bind_rtp_port(struct mgcp_endpoint *endp, int rtp_port);
void mgcp_free_endp(struct mgcp_endpoint *endp);