[refactor] change file names

This commit is contained in:
Julian Sparber
2017-10-02 14:22:12 +02:00
parent 69b5ba35f6
commit 8f17179000
16 changed files with 63 additions and 67 deletions

View File

@@ -1,9 +1,9 @@
#ifndef __PUBLISH_H
#define __PUBLISH_H
#ifndef __TELEPORT_PUBLISH_H
#define __TELEPORT_PUBLISH_H
extern int run_avahi_publish_service(char *);
extern void shutdown_avahi_publish_service(void);
extern void update_service(char *);
#endif /* __PUBLISH_H */
#endif /* __TELEPORT_PUBLISH_H */