[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

@@ -1,7 +1,7 @@
#ifndef __TELEPORT_BROWSER_H
#define __TELEPORT_BROWSER_H
extern int run_avahi_service(TeleportPeer *);
void avahi_shutdown(void);
int teleport_browser_run_avahi_service(TeleportPeer *);
void teleport_browser_avahi_shutdown(void);
#endif /* __TELEPORT_BROWSER_H */