summaryrefslogtreecommitdiff
path: root/res/res_pjsip/include/res_pjsip_private.h
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2015-06-02 13:02:26 -0500
committerRichard Mudgett <rmudgett@digium.com>2015-06-02 13:11:31 -0500
commit6d8dc9bb5c8db6d25a7bb1ca0ca7b35d673dd829 (patch)
tree63abf7deac39e26c50527a786ac5c5dfdeb2763a /res/res_pjsip/include/res_pjsip_private.h
parent00a47ffc7e490068efcbd4b079123a8a70e1178a (diff)
res_pjsip: Remove outgoing authentication code no longer needed.
Associated with ASTERISK-25131 Change-Id: Iefa3b2066cfd8b108a90d2dd4a64d92c3a195d33
Diffstat (limited to 'res/res_pjsip/include/res_pjsip_private.h')
-rw-r--r--res/res_pjsip/include/res_pjsip_private.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/res/res_pjsip/include/res_pjsip_private.h b/res/res_pjsip/include/res_pjsip_private.h
index a53e0c45d..2cc9feacd 100644
--- a/res/res_pjsip/include/res_pjsip_private.h
+++ b/res/res_pjsip/include/res_pjsip_private.h
@@ -194,24 +194,6 @@ int ast_res_pjsip_init_contact_transports(void);
/*!
* \internal
- * \brief Initialize outbound authentication support
- *
- * \retval 0 Success
- * \retval non-zero Failure
- */
-int internal_sip_initialize_outbound_authentication(void);
-
-/*!
- * \internal
- * \brief Destroy outbound authentication support
- *
- * \retval 0 Success
- * \retval non-zero Failure
- */
-void internal_sip_destroy_outbound_authentication(void);
-
-/*!
- * \internal
* \brief Initialize system configuration
*
* \retval 0 Success