projects
/
asterisk/asterisk.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
res_pjsip: Enable PJSIP DNS client support.
[asterisk/asterisk.git]
/
res
/
res_pjsip
/
include
/
res_pjsip_private.h
diff --git
a/res/res_pjsip/include/res_pjsip_private.h
b/res/res_pjsip/include/res_pjsip_private.h
index
00aeea4
..
fa37c8c
100644
(file)
--- a/
res/res_pjsip/include/res_pjsip_private.h
+++ b/
res/res_pjsip/include/res_pjsip_private.h
@@
-73,6
+73,11
@@
int ast_sip_initialize_system(void);
void ast_sip_destroy_system(void);
/*!
void ast_sip_destroy_system(void);
/*!
+ * \brief Initialize nameserver configuration
+ */
+void ast_sip_initialize_dns(void);
+
+/*!
* \brief Initialize global configuration
*
* \retval 0 Success
* \brief Initialize global configuration
*
* \retval 0 Success