summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_proto.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2002-04-04 03:03:39 +0000
committerJeremy Allison <jra@samba.org>2002-04-04 03:03:39 +0000
commit464c1201978a2cd5abed8ea0d7bcb9486b1c92d8 (patch)
treeeb67239c0c47ace3535d59cbf1dbd6c2a6494a10 /source3/nsswitch/winbindd_proto.h
parentf21ccff91fe9dd37a57c6505fc19b7fc2c103a59 (diff)
downloadsamba-464c1201978a2cd5abed8ea0d7bcb9486b1c92d8.tar.gz
samba-464c1201978a2cd5abed8ea0d7bcb9486b1c92d8.tar.bz2
samba-464c1201978a2cd5abed8ea0d7bcb9486b1c92d8.zip
Fix up conversion code from old winbindd versions (some testing needed).
Added time based cache size check (#ifdef'ed out by default, just didn't want to lose the code). Jeremy. (This used to be commit b2350ed36c42827c417ea4a3dd0668a4a631a090)
Diffstat (limited to 'source3/nsswitch/winbindd_proto.h')
-rw-r--r--source3/nsswitch/winbindd_proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/nsswitch/winbindd_proto.h b/source3/nsswitch/winbindd_proto.h
index f12c56e8b1..f3830cd63c 100644
--- a/source3/nsswitch/winbindd_proto.h
+++ b/source3/nsswitch/winbindd_proto.h
@@ -23,6 +23,7 @@ ADS_STATUS ads_search_retry_dn(ADS_STRUCT *ads, void **res,
/* The following definitions come from nsswitch/winbindd_cache.c */
void wcache_flush_cache(void);
+void winbindd_check_cache_size(time_t t);
struct cache_entry *centry_start(struct winbindd_domain *domain, NTSTATUS status);
/* The following definitions come from nsswitch/winbindd_cm.c */