summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorBjörn Jacke <bj@sernet.de>2010-09-19 22:57:23 -0700
committerBjörn Jacke <bj@sernet.de>2010-09-19 22:58:33 -0700
commit1c82ca01c39e24251e59d7be44390baff998f329 (patch)
tree5b15ec68d01822fc6dfc2f8e7f70aa77ff392b1f /source3/winbindd/winbindd_proto.h
parent1c8fd86a1dcffd0e829d218b7d3b689c24be8a64 (diff)
downloadsamba-1c82ca01c39e24251e59d7be44390baff998f329.tar.gz
samba-1c82ca01c39e24251e59d7be44390baff998f329.tar.bz2
samba-1c82ca01c39e24251e59d7be44390baff998f329.zip
s3/winbind: remove unused winbindd_check_cache_size
Diffstat (limited to 'source3/winbindd/winbindd_proto.h')
-rw-r--r--source3/winbindd/winbindd_proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h
index ae6401379a..f43c08f417 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -81,7 +81,6 @@ bool parse_sidlist(TALLOC_CTX *mem_ctx, const char *sidstr,
/* The following definitions come from winbindd/winbindd_cache.c */
-void winbindd_check_cache_size(time_t t);
struct cache_entry *centry_start(struct winbindd_domain *domain, NTSTATUS status);
NTSTATUS wcache_cached_creds_exist(struct winbindd_domain *domain, const struct dom_sid *sid);
NTSTATUS wcache_get_creds(struct winbindd_domain *domain,