[refactor] add prefix to public functions of teleport-browser

This commit is contained in:
Julian Sparber
2017-10-02 20:16:36 +02:00
parent a44f896fcd
commit bcc42a2f7c
3 changed files with 7 additions and 7 deletions

View File

@@ -170,7 +170,7 @@ teleport_app_activate (GApplication *app) {
*/
run_http_server();
run_avahi_publish_service((char *) g_get_host_name());
run_avahi_service(peerList);
teleport_browser_run_avahi_service(peerList);
}
static void