From 29735327f69d886051646a98f70df9b349b53308 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 25 Nov 2011 08:45:26 +0100 Subject: s3: Add some const Autobuild-User: Volker Lendecke Autobuild-Date: Fri Nov 25 10:21:07 CET 2011 on sn-devel-104 --- source3/include/proto.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/include/proto.h') diff --git a/source3/include/proto.h b/source3/include/proto.h index 0228120cc6..2d61ef4a4e 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1127,8 +1127,8 @@ WERROR map_werror_from_unix(int error); bool trustdom_cache_enable(void); bool trustdom_cache_shutdown(void); -bool trustdom_cache_store(char* name, char* alt_name, const struct dom_sid *sid, - time_t timeout); +bool trustdom_cache_store(const char *name, const char *alt_name, + const struct dom_sid *sid, time_t timeout); bool trustdom_cache_fetch(const char* name, struct dom_sid* sid); uint32 trustdom_cache_fetch_timestamp( void ); bool trustdom_cache_store_timestamp( uint32 t, time_t timeout ); -- cgit