Files
BeamMeUp/src/publish.h
2017-06-19 11:13:23 +02:00

9 lines
161 B
C

#ifndef __PUBLISH_H
#define __PUBLISH_H
extern int run_avahi_publish_service(char *);
extern void shutdown_avahi_publish_service();
#endif /* __PUBLISH_H */