summaryrefslogtreecommitdiff
path: root/source3/smbd/proto.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2012-05-24 12:20:30 +0200
committerStefan Metzmacher <metze@samba.org>2012-05-24 18:16:37 +0200
commit9e45885fcc54fa16e947b5b6370f171c2c7bfaf2 (patch)
treef2395bc853a8a7764181c364b1c7fe8afbdb9589 /source3/smbd/proto.h
parent48e62f2d46a39b09ac0bcad84493b12381bb5a05 (diff)
downloadsamba-9e45885fcc54fa16e947b5b6370f171c2c7bfaf2.tar.gz
samba-9e45885fcc54fa16e947b5b6370f171c2c7bfaf2.tar.bz2
samba-9e45885fcc54fa16e947b5b6370f171c2c7bfaf2.zip
s3:smbd/files: split file_init_global() out of file_init()
metze
Diffstat (limited to 'source3/smbd/proto.h')
-rw-r--r--source3/smbd/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h
index 60f9a7d767..30eed73f8d 100644
--- a/source3/smbd/proto.h
+++ b/source3/smbd/proto.h
@@ -369,6 +369,7 @@ NTSTATUS file_new(struct smb_request *req, connection_struct *conn,
void file_close_conn(connection_struct *conn);
void file_close_pid(struct smbd_server_connection *sconn, uint16 smbpid,
int vuid);
+bool file_init_global(void);
bool file_init(struct smbd_server_connection *sconn);
void file_close_user(struct smbd_server_connection *sconn, int vuid);
struct files_struct *files_forall(