mgcp: add missing prototypes for send_mgcp_reset_*

This commit is contained in:
Harald Welte 2012-01-27 00:46:49 +01:00
parent 78b5586e25
commit 94b499c9bd
1 changed files with 3 additions and 0 deletions

View File

@ -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