Changeset 295:7c2d63cfbe15 in mediastreamer2 for linphone/coreapi/sipsetup.h
- Timestamp:
- Mar 5, 2009 2:14:39 PM (4 years ago)
- Branch:
- default
- File:
-
- 1 edited
-
linphone/coreapi/sipsetup.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
linphone/coreapi/sipsetup.h
r293 r295 31 31 struct _SipSetupContext{ 32 32 struct _SipSetup *funcs; 33 struct _LinphoneProxyConfig *cfg; 33 34 char domain[128]; 34 35 char username[128]; … … 99 100 100 101 int sip_setup_new_account(SipSetup *s, const char *uri, const char *passwd); 101 SipSetupContext * sip_setup_context_new(SipSetup *s );102 SipSetupContext * sip_setup_context_new(SipSetup *s, struct _LinphoneProxyConfig *cfg); 102 103 int sip_setup_context_get_capabilities(SipSetupContext *ctx); 103 104 int sip_setup_context_login_account(SipSetupContext * ctx, const char *uri, const char *passwd); … … 111 112 void sip_setup_context_free(SipSetupContext *ctx); 112 113 114 /*internal methods*/ 115 struct _LinphoneProxyConfig *sip_setup_context_get_proxy_config(const SipSetupContext *ctx); 116 117 113 118 #ifdef __cplusplus 114 119 } 115 120 #endif 116 121 122 117 123 #endif 118 124
Note: See TracChangeset
for help on using the changeset viewer.
