From a3354959d1493f86392296ab0e78512e633abf40 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Wed, 10 Oct 2007 11:37:56 +0000 Subject: Ticket #396: initial implementation of digest AKA (akav1-md5) authentication for IMS/3GPP git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1488 74dad513-b988-da41-8d7b-12977e46ad98 --- pjsip/include/pjsua-lib/pjsua.h | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) (limited to 'pjsip/include/pjsua-lib/pjsua.h') diff --git a/pjsip/include/pjsua-lib/pjsua.h b/pjsip/include/pjsua-lib/pjsua.h index fad79178..91856d2c 100644 --- a/pjsip/include/pjsua-lib/pjsua.h +++ b/pjsip/include/pjsua-lib/pjsua.h @@ -1029,20 +1029,8 @@ typedef struct pjsua_config PJ_DECL(void) pjsua_config_default(pjsua_config *cfg); -/** - * Duplicate credential. - * - * @param pool The memory pool. - * @param dst Destination credential. - * @param src Source credential. - * - * \par Python: - * Not applicable (for now). Probably we could just assign one credential - * variable to another, but this has not been tested. - */ -PJ_DECL(void) pjsip_cred_dup( pj_pool_t *pool, - pjsip_cred_info *dst, - const pjsip_cred_info *src); +/* The implementation has been moved to sip_auth.h */ +#define pjsip_cred_dup pjsip_cred_info_dup /** -- cgit v1.2.3