[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

9
src/teleport-publish.h Normal file
View File

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