summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-08-25 11:26:14 +0200
committerVolker Lendecke <vl@samba.org>2009-08-27 15:04:09 +0200
commit2f16bf54452ba6ef5fc2ad1c031b62ec8454a26b (patch)
tree2cfbe20a58e37a56afa237be7e34883bc4959707 /source3/winbindd/winbindd_proto.h
parentf3d71d3e8c1e9c98df38ef5f8c547ff2780e9cfb (diff)
downloadsamba-2f16bf54452ba6ef5fc2ad1c031b62ec8454a26b.tar.gz
samba-2f16bf54452ba6ef5fc2ad1c031b62ec8454a26b.tar.bz2
samba-2f16bf54452ba6ef5fc2ad1c031b62ec8454a26b.zip
s3:winbind: Factor out wcache_store_seqnum()
Diffstat (limited to 'source3/winbindd/winbindd_proto.h')
-rw-r--r--source3/winbindd/winbindd_proto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h
index 3ab95c1ba6..3faf25a751 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -210,6 +210,8 @@ NTSTATUS nss_get_info_cached( struct winbindd_domain *domain,
ADS_STRUCT *ads, LDAPMessage *msg,
const char **homedir, const char **shell,
const char **gecos, gid_t *p_gid);
+bool wcache_store_seqnum(const char *domain_name, uint32_t seqnum,
+ time_t last_seq_check);
bool wcache_fetch_ndr(TALLOC_CTX *mem_ctx, struct winbindd_domain *domain,
uint32_t opnum, const DATA_BLOB *req, DATA_BLOB *resp);
void wcache_store_ndr(struct winbindd_domain *domain, uint32_t opnum,