[refactor] add prefix to public functions of teleport-publish

This commit is contained in:
Julian Sparber
2017-10-02 20:23:20 +02:00
parent bcc42a2f7c
commit b0d90da48a
3 changed files with 14 additions and 13 deletions

View File

@@ -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 */