From 9c1f5894a50fb83e8f884148a3a4fedc4efd44fe Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 15 Jun 2008 18:43:37 +0200 Subject: Add forgotten protoypes (This used to be commit dee60935d443bd215e384e626d1114ae65c1a62d) --- source3/include/proto.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/include/proto.h b/source3/include/proto.h index 4bdf808ff7..b8d48bebd8 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -9484,7 +9484,7 @@ connection_struct *conn_find(unsigned cnum); connection_struct *conn_new(void); void conn_close_all(void); bool conn_idle_all(time_t t); -void conn_clear_vuid_cache(uint16 vuid); +void conn_clear_vuid_caches(uint16 vuid); void conn_free_internal(connection_struct *conn); void conn_free(connection_struct *conn); void msg_force_tdis(struct messaging_context *msg, @@ -10326,6 +10326,7 @@ void reply_transs2(struct smb_request *req); /* The following definitions come from smbd/uid.c */ bool change_to_guest(void); +void conn_clear_vuid_cache(connection_struct *conn, uint16_t vuid); bool change_to_user(connection_struct *conn, uint16 vuid); bool change_to_root_user(void); bool become_authenticated_pipe_user(pipes_struct *p); -- cgit