[rename] change all .c and .h file to correct name

This commit is contained in:
Julian Sparber
2017-10-02 14:04:53 +02:00
parent abb9758fc1
commit 1d233854d7
12 changed files with 0 additions and 0 deletions

7
src/teleport-browser.h Normal file
View File

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