aboutsummaryrefslogtreecommitdiffstats
path: root/include/mgcp_ss7.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-08-04 07:10:55 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-08-04 07:22:52 +0800
commitf9e99771018b658fbfd8dfeda601d1f3e6fafa11 (patch)
tree60b4f6dcd8662709162437a64db9d52bced5d079 /include/mgcp_ss7.h
parentf41617bb11ef051b34590bb2ea34ad3a272086c1 (diff)
mgcp_ss7: Change the vty config to operate on the static g_cfg pointer
Work more like the other mgcp gateway and first allocate the config and then apply the setting on it.. The next step will be to move to the real vty code minus some bits.
Diffstat (limited to 'include/mgcp_ss7.h')
-rw-r--r--include/mgcp_ss7.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mgcp_ss7.h b/include/mgcp_ss7.h
index 2779962..25deb53 100644
--- a/include/mgcp_ss7.h
+++ b/include/mgcp_ss7.h
@@ -61,7 +61,6 @@ struct mgcp_ss7_cmd {
void mgcp_ss7_exec(struct mgcp_ss7 *mgcp, uint8_t type, uint32_t port, uint32_t param);
-struct mgcp_ss7 *mgcp_ss7_init(int endpoints, const char *local_ip, const char *mgw_ip, int base_port, int payload);
void mgcp_ss7_reset(struct mgcp_ss7 *mgcp);
void mgcp_ss7_free(struct mgcp_ss7 *mgcp);