[rename] change all .c and .h file to correct name
This commit is contained in:
9
src/teleport-publish.h
Normal file
9
src/teleport-publish.h
Normal 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 */
|
||||
Reference in New Issue
Block a user