aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2015-08-14 08:54:58 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2015-08-14 08:54:58 +0200
commit0eaad4f216637804458eacf31b0a1b10cff19e7b (patch)
tree6f0775f742344a9900c0bfe18f2e9a29726e73b2 /openbsc
parente9f7c9925c26b23f7c29ace8da381e439a658eeb (diff)
mgcp: Remove unused parsing data struct
This struct was removed when we switched to strtok_r for parsing the data. Remove the left-over.
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/include/openbsc/mgcp_internal.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/openbsc/include/openbsc/mgcp_internal.h b/openbsc/include/openbsc/mgcp_internal.h
index 9caab0b21..570d96395 100644
--- a/openbsc/include/openbsc/mgcp_internal.h
+++ b/openbsc/include/openbsc/mgcp_internal.h
@@ -205,9 +205,6 @@ struct mgcp_endpoint {
#define ENDPOINT_NUMBER(endp) abs((int)(endp - endp->tcfg->endpoints))
-struct mgcp_msg_ptr {
- unsigned int start;
- unsigned int length;
};
int mgcp_send_dummy(struct mgcp_endpoint *endp);