summaryrefslogtreecommitdiffstats
path: root/examples/glib-integration.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/glib-integration.c')
-rw-r--r--examples/glib-integration.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/glib-integration.c b/examples/glib-integration.c
index f1830d8..ab53687 100644
--- a/examples/glib-integration.c
+++ b/examples/glib-integration.c
@@ -108,6 +108,7 @@ main (AVAHI_GCC_UNUSED int argc, AVAHI_GCC_UNUSED char *argv[])
/* Create a new AvahiClient instance */
client = avahi_client_new (poll_api, /* AvahiPoll object from above */
+ 0,
avahi_client_callback, /* Callback function for Client state changes */
loop, /* User data */
&error); /* Error return */