mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Merge "res_hep_{pjsip|rtcp}: Decline module loads if res_hep had not loaded" into 13
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user