summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-06-15 18:43:37 +0200
committerVolker Lendecke <vl@samba.org>2008-06-15 18:46:10 +0200
commit9c1f5894a50fb83e8f884148a3a4fedc4efd44fe (patch)
treee1b3bbeb3c998774866707e163577aedebcec110 /source3
parentb6c125e4e0201498e67405fe9065415d6f45abef (diff)
downloadsamba-9c1f5894a50fb83e8f884148a3a4fedc4efd44fe.tar.gz
samba-9c1f5894a50fb83e8f884148a3a4fedc4efd44fe.tar.bz2
samba-9c1f5894a50fb83e8f884148a3a4fedc4efd44fe.zip
Add forgotten protoypes
(This used to be commit dee60935d443bd215e384e626d1114ae65c1a62d)
Diffstat (limited to 'source3')
-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 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);