summaryrefslogtreecommitdiffstats
path: root/subscribe.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-03-31 23:31:11 +0000
committerLennart Poettering <lennart@poettering.net>2005-03-31 23:31:11 +0000
commitd553a1c2d1cd3fcdd65ade64940b5bd3efc70675 (patch)
tree5e240f9fcea9fdc77662df825f217107fbd95406 /subscribe.h
parent07b93a6d49a3252e3f5cacadd15083949241b071 (diff)
add client part of known answer suppresion
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@20 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'subscribe.h')
-rw-r--r--subscribe.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/subscribe.h b/subscribe.h
index 75818c7..6520433 100644
--- a/subscribe.h
+++ b/subscribe.h
@@ -36,4 +36,6 @@ void flx_subscription_free(flxSubscription *s);
void flx_subscription_notify(flxServer *s, flxInterface *i, flxRecord *record, flxSubscriptionEvent event);
+gboolean flx_is_subscribed(flxServer *s, flxKey *k);
+
#endif