]> sjero.net Git - linphone/blobdiff - coreapi/linphonecore.h
remove GPL statements from source code. Use SDES tool same as user agent.
[linphone] / coreapi / linphonecore.h
index 892864fbba9da90dc5f042e8724403028a8649f0..179ff0ce9c769220ccd9efb6504018a62f1a831a 100644 (file)
@@ -899,6 +899,8 @@ void linphone_core_disable_logs(void);
 /*sets the user-agent string in sip messages, must be set before linphone_core_new() or linphone_core_init() */
 void linphone_core_set_user_agent(const char *ua_name, const char *version);
 const char *linphone_core_get_version(void);
+const char *linphone_core_get_user_agent_name(void);
+const char *linphone_core_get_user_agent_version(void);
 
 LinphoneCore *linphone_core_new(const LinphoneCoreVTable *vtable,
                                                const char *config_path, const char *factory_config, void* userdata);
@@ -1421,6 +1423,8 @@ int linphone_core_get_audio_dscp(const LinphoneCore *lc);
 void linphone_core_set_video_dscp(LinphoneCore *lc, int dscp);
 int linphone_core_get_video_dscp(const LinphoneCore *lc);
 
+
+
 #ifdef __cplusplus
 }
 #endif