summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-03-16 22:22:21 +0100
committerVolker Lendecke <vl@samba.org>2010-03-16 22:35:41 +0100
commit2b4ce9a73f6b041f3cc69125e45b9f61e0155ff5 (patch)
treebfce27cd38655a7b039e74033850170bf92aa523 /source3/include
parent276b1aa1891df2a31e8c65b04f41b0a0ebb57335 (diff)
downloadsamba-2b4ce9a73f6b041f3cc69125e45b9f61e0155ff5.tar.gz
samba-2b4ce9a73f6b041f3cc69125e45b9f61e0155ff5.tar.bz2
samba-2b4ce9a73f6b041f3cc69125e45b9f61e0155ff5.zip
s3: Make login_cache_write take a pointer
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 68a3e5cf7b..ad95863d81 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -4410,7 +4410,8 @@ char* get_string_param( const char* param );
bool login_cache_init(void);
bool login_cache_shutdown(void);
bool login_cache_read(struct samu *sampass, struct login_cache *entry);
-bool login_cache_write(const struct samu *sampass, struct login_cache entry);
+bool login_cache_write(const struct samu *sampass,
+ const struct login_cache *entry);
bool login_cache_delentry(const struct samu *sampass);
/* The following definitions come from passdb/lookup_sid.c */