X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=main.c;fp=main.c;h=82e7090528a9ade39e6040e7ac4a2e9b4694c963;hb=72e2daefd371691e385bcd61741ee696391941d8;hp=48d69bd21d520d1c77972a71d6a4b5888687c85b;hpb=837fb2df0993753f39e098934dc6bd8fa8a19b47;p=catta diff --git a/main.c b/main.c index 48d69bd..82e7090 100644 --- a/main.c +++ b/main.c @@ -30,8 +30,8 @@ static void subscription(flxSubscription *s, flxRecord *r, gint interface, gucha g_free(t); } -static void entry_group_callback(flxServer *s, flxEntryGroup *g, flxEntryGroupStatus status, gpointer userdata) { - g_message("entry group state: %i", status); +static void entry_group_callback(flxServer *s, flxEntryGroup *g, flxEntryGroupState state, gpointer userdata) { + g_message("entry group state: %i", state); } int main(int argc, char *argv[]) {