summaryrefslogtreecommitdiffstats
path: root/avahi-core/announce.h
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-core/announce.h')
-rw-r--r--avahi-core/announce.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/avahi-core/announce.h b/avahi-core/announce.h
index d5928be..9c01d26 100644
--- a/avahi-core/announce.h
+++ b/avahi-core/announce.h
@@ -53,11 +53,11 @@ struct AvahiAnnouncement {
void avahi_announce_interface(AvahiServer *s, AvahiInterface *i);
void avahi_announce_entry(AvahiServer *s, AvahiEntry *e);
-void avahi_announce_group(AvahiServer *s, AvahiEntryGroup *g);
+void avahi_announce_group(AvahiServer *s, AvahiSEntryGroup *g);
void avahi_entry_return_to_initial_state(AvahiServer *s, AvahiEntry *e, AvahiInterface *i);
-void avahi_entry_group_check_probed(AvahiEntryGroup *g, int immediately);
+void avahi_s_entry_group_check_probed(AvahiSEntryGroup *g, int immediately);
int avahi_entry_is_registered(AvahiServer *s, AvahiEntry *e, AvahiInterface *i);
int avahi_entry_is_probing(AvahiServer *s, AvahiEntry *e, AvahiInterface *i);