9 lines
161 B
C
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 */
|