You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
286 B
12 lines
286 B
18 years ago
|
#ifndef _X11VNC_AVAHI_H
|
||
|
#define _X11VNC_AVAHI_H
|
||
|
|
||
|
/* -- avahi.h -- */
|
||
|
|
||
|
extern void avahi_initialise(void);
|
||
|
extern void avahi_advertise(const char *name, const char *host, const uint16_t port);
|
||
|
extern void avahi_reset(void);
|
||
|
extern void avahi_cleanup(void);
|
||
|
|
||
|
#endif /* _X11VNC_AVAHI_H */
|