summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-11-25 08:45:26 +0100
committerVolker Lendecke <vlendec@samba.org>2011-11-25 10:21:07 +0100
commit29735327f69d886051646a98f70df9b349b53308 (patch)
tree27581604b3a49a2a65b60777c693fae67002d81a /source3/include
parentbfbfcd1a51a4bb8ed28e96f517eea77bbf1f3068 (diff)
downloadsamba-29735327f69d886051646a98f70df9b349b53308.tar.gz
samba-29735327f69d886051646a98f70df9b349b53308.tar.bz2
samba-29735327f69d886051646a98f70df9b349b53308.zip
s3: Add some const
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Fri Nov 25 10:21:07 CET 2011 on sn-devel-104
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h4
1 files changed, 2 insertions, 2 deletions
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 );