diff options
| author | Lennart Poettering <lennart@poettering.net> | 2005-08-20 23:11:50 +0000 |
|---|---|---|
| committer | Lennart Poettering <lennart@poettering.net> | 2005-08-20 23:11:50 +0000 |
| commit | af548e38c2c282132ddac2a75a76218ff3be3175 (patch) | |
| tree | afcc637b709ffd5674089ad4717adb8f88a83f70 /examples | |
| parent | 887faed430bf08b40f3261365e12e8ab4e6f934c (diff) | |
* Add avahi-client examples to doxygen
* tighten avahi-core default #includes a bit
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@365 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/core-browse-services.c | 1 | ||||
| -rw-r--r-- | examples/core-publish-service.c | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/examples/core-browse-services.c b/examples/core-browse-services.c index 7227bd7..e723339 100644 --- a/examples/core-browse-services.c +++ b/examples/core-browse-services.c @@ -31,6 +31,7 @@ #include <avahi-core/core.h> #include <avahi-common/simple-watch.h> #include <avahi-common/malloc.h> +#include <avahi-common/error.h> static AvahiSimplePoll *simple_poll = NULL; diff --git a/examples/core-publish-service.c b/examples/core-publish-service.c index dace548..3021094 100644 --- a/examples/core-publish-service.c +++ b/examples/core-publish-service.c @@ -31,6 +31,8 @@ #include <avahi-core/core.h> #include <avahi-common/simple-watch.h> #include <avahi-common/malloc.h> +#include <avahi-common/alternative.h> +#include <avahi-common/error.h> static AvahiSEntryGroup *group = NULL; static AvahiSimplePoll *simple_poll = NULL; |
