From 72e2daefd371691e385bcd61741ee696391941d8 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 3 May 2005 18:30:10 +0000 Subject: * s/status/state/g * s/Status/State/g git-svn-id: file:///home/lennart/svn/public/avahi/trunk@36 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- server.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'server.h') diff --git a/server.h b/server.h index 97b2d6b..810fd53 100644 --- a/server.h +++ b/server.h @@ -31,7 +31,7 @@ struct _flxEntryGroup { flxServer *server; gboolean dead; - flxEntryGroupStatus status; + flxEntryGroupState state; gpointer userdata; flxEntryGroupCallback callback; @@ -72,7 +72,7 @@ gboolean flx_server_entry_match_interface(flxEntry *e, flxInterface *i); void flx_server_post_query(flxServer *s, gint interface, guchar protocol, flxKey *key); void flx_server_post_response(flxServer *s, gint interface, guchar protocol, flxRecord *record, gboolean flush_cache); -void flx_entry_group_run_callback(flxEntryGroup *g, flxEntryGroupStatus state); +void flx_entry_group_run_callback(flxEntryGroup *g, flxEntryGroupState state); gboolean flx_entry_commited(flxEntry *e); -- cgit