X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;ds=sidebyside;f=examples%2Fcore-browse-services.c;h=d91a67c54850d05a8fa897526611911689dd19c6;hb=5a685a0f05389e671a32b01ef729dbb39cb39020;hp=7227bd7495918029b187c1c68a8e5706cd2902cf;hpb=66c497f4637276f390f1a7afaf7fe07616da9f1a;p=catta diff --git a/examples/core-browse-services.c b/examples/core-browse-services.c index 7227bd7..d91a67c 100644 --- a/examples/core-browse-services.c +++ b/examples/core-browse-services.c @@ -1,5 +1,16 @@ /* $Id$ */ +/* PLEASE NOTE * + * This file demonstrates how to use Avahi's core API, this is + * the embeddable mDNS stack for embedded applications. + * + * End user applications should *not* use this API and should use + * the DBUS or C APIs, please see + * client-browse-services.c and glib-integration.c + * + * I repeat, you probably do *not* want to use this example. + */ + /*** This file is part of avahi. @@ -31,6 +42,7 @@ #include #include #include +#include static AvahiSimplePoll *simple_poll = NULL;