Merge "res_hep_{pjsip|rtcp}: Decline module loads if res_hep had not loaded" into 13

This commit is contained in:
Joshua Colp
2016-06-08 19:03:05 -05:00
committed by Gerrit Code Review
5 changed files with 30 additions and 0 deletions

View File

@@ -118,6 +118,14 @@ int hepv3_send_packet(struct hepv3_capture_info *capture_info);
*/
enum hep_uuid_type hepv3_get_uuid_type(void);
/*!
* \brief Return whether or not we're currently loaded and active
*
* \retval 0 The module is not loaded
* \retval 1 The module is loaded
*/
int hepv3_is_loaded(void);
#if defined(__cplusplus) || defined(c_plusplus)
}
#endif