8 lines
194 B
C
8 lines
194 B
C
#ifndef __TELEPORT_BROWSER_H
|
|
#define __TELEPORT_BROWSER_H
|
|
|
|
int teleport_browser_run_avahi_service(TeleportPeer *);
|
|
void teleport_browser_avahi_shutdown(void);
|
|
|
|
#endif /* __TELEPORT_BROWSER_H */
|