X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=server.h;fp=server.h;h=3960ee5f4a1a9ee2637ec1599892121a82e7a4a2;hb=b8c78f5c0da93d92aa28d3ef3757e78d03141f41;hp=810fd53eada3586344d6896e54ddb47c1536aa1c;hpb=72e2daefd371691e385bcd61741ee696391941d8;p=catta diff --git a/server.h b/server.h index 810fd53..3960ee5 100644 --- a/server.h +++ b/server.h @@ -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, flxEntryGroupState state); +void flx_entry_group_change_state(flxEntryGroup *g, flxEntryGroupState state); gboolean flx_entry_commited(flxEntry *e);