]> sjero.net Git - linphone/blobdiff - coreapi/upnp.h
Set UTC time in received chat messages.
[linphone] / coreapi / upnp.h
index 08483588e1ccc1bf112f5ecc62c1f0fd0be1cadc..d785954a4b6006557ecbc044c7e72ce55d0aea84 100644 (file)
@@ -38,9 +38,11 @@ LinphoneUpnpState linphone_upnp_session_get_state(UpnpSession *session);
 
 UpnpContext *linphone_upnp_context_new(LinphoneCore *lc);
 void linphone_upnp_context_destroy(UpnpContext *ctx);
+void linphone_upnp_refresh(UpnpContext *ctx);
 LinphoneUpnpState linphone_upnp_context_get_state(UpnpContext *ctx);
 const char *linphone_upnp_context_get_external_ipaddress(UpnpContext *ctx);
 int linphone_upnp_context_get_external_port(UpnpContext *ctx);
+bool_t linphone_upnp_context_is_ready_for_register(UpnpContext *ctx);
 void linphone_core_update_upnp_state_in_call_stats(LinphoneCall *call);
 
 #endif //LINPHONE_UPNP_H