Changeset 295:7c2d63cfbe15 in mediastreamer2 for linphone/coreapi/sipsetup.h


Ignore:
Timestamp:
Mar 5, 2009 2:14:39 PM (4 years ago)
Author:
smorlat <smorlat@…>
Branch:
default
Message:

fix bug when adding contacts
sipsetup plugins work in progress.

git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@298 3f6dc0c8-ddfe-455d-9043-3cd528dc4637

File:
1 edited

Legend:

Unmodified
Added
Removed
  • linphone/coreapi/sipsetup.h

    r293 r295  
    3131struct _SipSetupContext{ 
    3232        struct _SipSetup *funcs; 
     33        struct _LinphoneProxyConfig *cfg; 
    3334        char domain[128]; 
    3435        char username[128]; 
     
    99100 
    100101int sip_setup_new_account(SipSetup *s, const char *uri, const char *passwd); 
    101 SipSetupContext * sip_setup_context_new(SipSetup *s); 
     102SipSetupContext * sip_setup_context_new(SipSetup *s, struct _LinphoneProxyConfig *cfg); 
    102103int sip_setup_context_get_capabilities(SipSetupContext *ctx); 
    103104int sip_setup_context_login_account(SipSetupContext * ctx, const char *uri, const char *passwd); 
     
    111112void sip_setup_context_free(SipSetupContext *ctx); 
    112113 
     114/*internal methods*/ 
     115struct _LinphoneProxyConfig *sip_setup_context_get_proxy_config(const SipSetupContext *ctx); 
     116 
     117 
    113118#ifdef __cplusplus 
    114119} 
    115120#endif 
    116121 
     122 
    117123#endif 
    118124 
Note: See TracChangeset for help on using the changeset viewer.