summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-12-24 12:52:24 +0100
committerVolker Lendecke <vl@samba.org>2009-12-26 12:26:07 +0100
commit634d084517652a053587a2f13825a49a67460f12 (patch)
tree30affbc9187e9761293ce0e20e9e6e8c3ccfd4ce /source3/winbindd/winbindd_proto.h
parent50e5f9dc512a7356b16bb68bdd4a80ae9dd436b3 (diff)
downloadsamba-634d084517652a053587a2f13825a49a67460f12.tar.gz
samba-634d084517652a053587a2f13825a49a67460f12.tar.bz2
samba-634d084517652a053587a2f13825a49a67460f12.zip
s3: Replace IS_DOMAIN_OFFLINE by a function
Diffstat (limited to 'source3/winbindd/winbindd_proto.h')
-rw-r--r--source3/winbindd/winbindd_proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h
index 012e3b6332..263e326917 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -474,6 +474,7 @@ void winbindd_unset_locator_kdc_env(const struct winbindd_domain *domain);
void winbindd_set_locator_kdc_envs(const struct winbindd_domain *domain);
void winbindd_unset_locator_kdc_env(const struct winbindd_domain *domain);
void set_auth_errors(struct winbindd_response *resp, NTSTATUS result);
+bool is_domain_offline(const struct winbindd_domain *domain);
/* The following definitions come from winbindd/winbindd_wins.c */