aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2012-01-27 00:46:49 +0100
committerHarald Welte <laforge@gnumonks.org>2012-01-27 00:46:49 +0100
commit94b499c9bd72a5a4e6f64a147647bafb7e3bd5d8 (patch)
tree62d0718668a7bb4e81bcaaa5ed851e4f953dc84a
parent78b5586e2537b88b99dde0de474779e6d5ff1b01 (diff)
mgcp: add missing prototypes for send_mgcp_reset_*
-rw-r--r--openbsc/include/openbsc/mgcp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/mgcp.h b/openbsc/include/openbsc/mgcp.h
index 7c290c7f3..4619572d0 100644
--- a/openbsc/include/openbsc/mgcp.h
+++ b/openbsc/include/openbsc/mgcp.h
@@ -190,5 +190,8 @@ static inline void mgcp_endpoint_to_timeslot(int endpoint, int *multiplex, int *
*timeslot = endpoint % 32;
}
+int mgcp_send_reset_ep(struct mgcp_endpoint *endp, int endpoint);
+int mgcp_send_reset_all(struct mgcp_config *cfg);
+
#endif