From 61b7a24f16c9d3a3c41df19ac7073571164eb47a Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Tue, 23 Feb 2010 11:11:37 -0500 Subject: s3 move the sitename cache in its own file --- source3/include/proto.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index ca1a38ba24..f8c3032ff1 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1748,9 +1748,6 @@ NTSTATUS ads_dns_lookup_ns(TALLOC_CTX *ctx, const char *dnsdomain, struct dns_rr_ns **nslist, int *numns); -bool sitename_store(const char *realm, const char *sitename); -char *sitename_fetch(const char *realm); -bool stored_sitename_changed(const char *realm, const char *sitename); NTSTATUS ads_dns_query_dcs(TALLOC_CTX *ctx, const char *realm, const char *sitename, -- cgit