[refactor] add prefix to public functions of teleport-publish
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
#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 *);
|
||||
int teleport_publish_run (gchar *);
|
||||
void teleport_publish_shutdown (void);
|
||||
void teleport_publish_update (gchar *);
|
||||
|
||||
#endif /* __TELEPORT_PUBLISH_H */
|
||||
|
||||
Reference in New Issue
Block a user