Changeset 221:d8bdc1e5a942 in mediastreamer2


Ignore:
Timestamp:
Jan 7, 2009 6:14:40 PM (4 years ago)
Author:
smorlat <smorlat@…>
Branch:
default
Message:

setups and fonis in progress.

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

Location:
linphone/coreapi
Files:
3 added
3 edited

Legend:

Unmodified
Added
Removed
  • linphone/coreapi/Makefile.am

    r72 r221  
    2525        lpconfig.c lpconfig.h \ 
    2626        chat.c \ 
    27         general_state.c 
     27        general_state.c \ 
     28        sipsetup.c sipsetup.h 
    2829 
    2930 
  • linphone/coreapi/linphonecore.h

    r213 r221  
    285285        int reg_time; 
    286286        int rid; 
     287        char *type; 
    287288        bool_t frozen; 
    288289        bool_t reg_sendregister; 
     
    313314LinphoneProxyConfig *linphone_proxy_config_new_from_config_file(struct _LpConfig *config, int index); 
    314315void linphone_proxy_config_write_to_config_file(struct _LpConfig* config,LinphoneProxyConfig *obj, int index); 
     316LinphoneProxyConfig *linphone_proxy_config_new_from_setup(const char *type, const char *identity); 
     317 
    315318 
    316319typedef struct _LinphoneAuthInfo 
  • linphone/coreapi/proxy.c

    r204 r221  
    547547        return cfg; 
    548548} 
     549 
     550LinphoneProxyConfig *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.