From 2b4ce9a73f6b041f3cc69125e45b9f61e0155ff5 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 16 Mar 2010 22:22:21 +0100 Subject: s3: Make login_cache_write take a pointer --- source3/include/proto.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/include') 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 */ -- cgit