[refactor] cleaned up avahi browser code

This commit is contained in:
Julian Sparber
2017-10-28 18:10:12 +02:00
parent 04f008d8ee
commit 6b7d5c2acc
2 changed files with 103 additions and 111 deletions

View File

@@ -1,6 +1,8 @@
#ifndef __TELEPORT_BROWSER_H
#define __TELEPORT_BROWSER_H
#include "teleport-peer.h"
int teleport_browser_run_avahi_service(TeleportPeer *);
void teleport_browser_avahi_shutdown(void);