Changeset 221:d8bdc1e5a942 in mediastreamer2
- Timestamp:
- Jan 7, 2009 6:14:40 PM (4 years ago)
- Branch:
- default
- Location:
- linphone/coreapi
- Files:
-
- 3 added
- 3 edited
-
Makefile.am (modified) (1 diff)
-
fonis.c (added)
-
linphonecore.h (modified) (2 diffs)
-
proxy.c (modified) (1 diff)
-
sipsetup.c (added)
-
sipsetup.h (added)
Legend:
- Unmodified
- Added
- Removed
-
linphone/coreapi/Makefile.am
r72 r221 25 25 lpconfig.c lpconfig.h \ 26 26 chat.c \ 27 general_state.c 27 general_state.c \ 28 sipsetup.c sipsetup.h 28 29 29 30 -
linphone/coreapi/linphonecore.h
r213 r221 285 285 int reg_time; 286 286 int rid; 287 char *type; 287 288 bool_t frozen; 288 289 bool_t reg_sendregister; … … 313 314 LinphoneProxyConfig *linphone_proxy_config_new_from_config_file(struct _LpConfig *config, int index); 314 315 void linphone_proxy_config_write_to_config_file(struct _LpConfig* config,LinphoneProxyConfig *obj, int index); 316 LinphoneProxyConfig *linphone_proxy_config_new_from_setup(const char *type, const char *identity); 317 315 318 316 319 typedef struct _LinphoneAuthInfo -
linphone/coreapi/proxy.c
r204 r221 547 547 return cfg; 548 548 } 549 550 LinphoneProxyConfig *linphone_proxy_config_new_from_setup(const char *type, const char *identity){ 551 return NULL; 552 } 553 554
Note: See TracChangeset
for help on using the changeset viewer.
