diff options
author | Lennart Poettering <lennart@poettering.net> | 2005-10-17 02:07:26 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2005-10-17 02:07:26 +0000 |
commit | 0c54764cf19428a0c52724a75ddf3368e3899209 (patch) | |
tree | c75465bb36f99d179b65fea6c4daee856f67435a /avahi-compat-howl/compat.c | |
parent | 41f2725b37437a585ce285051bdae06f4919dc3b (diff) |
* split client.h into client.h, lookup.h and publish.h just like we did on the server side
* Wrap avahi_server_update_txt() as DBUS function UpdateServiceTxt
* Add client side API avahi_entry_group_update_service_txt() and friends
* handle AVAHI_PUBLISH_UPDATE semantics in DBUS protocol
* minor cleanups
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@791 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-compat-howl/compat.c')
-rw-r--r-- | avahi-compat-howl/compat.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/avahi-compat-howl/compat.c b/avahi-compat-howl/compat.c index d9a1bda..1663af0 100644 --- a/avahi-compat-howl/compat.c +++ b/avahi-compat-howl/compat.c @@ -33,7 +33,10 @@ #include <avahi-common/simple-watch.h> #include <avahi-common/error.h> #include <avahi-common/llist.h> + #include <avahi-client/client.h> +#include <avahi-client/publish.h> +#include <avahi-client/lookup.h> #include "howl.h" #include "warn.h" |