aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-02-26 13:27:51 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-02-26 13:30:23 +0100
commit154b9553f758b5a1764097a7cd225d75976c5799 (patch)
treea0e988fa02809533ef8828f4105885ae5970b62d /openbsc/include
parent590cd98842effb1118bb10e5daef99c43029003b (diff)
[mgcp] Add a method to free the endpoint.
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/mgcp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/mgcp.h b/openbsc/include/openbsc/mgcp.h
index 9307f5b36..fcc4d76ef 100644
--- a/openbsc/include/openbsc/mgcp.h
+++ b/openbsc/include/openbsc/mgcp.h
@@ -96,6 +96,7 @@ int mgcp_parse_config(const char *config_file, struct mgcp_config *cfg);
int mgcp_vty_init(void);
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);
/*
* format helper functions