From e807376257ef00fae46ba7121eb4002d966f1a49 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 4 Aug 2010 07:34:21 +0800 Subject: 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. --- include/mgcp/mgcp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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); -- cgit v1.2.3