diff options
author | Stefan Metzmacher <metze@samba.org> | 2012-05-24 12:20:30 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-05-24 18:16:37 +0200 |
commit | 9e45885fcc54fa16e947b5b6370f171c2c7bfaf2 (patch) | |
tree | f2395bc853a8a7764181c364b1c7fe8afbdb9589 /source3/smbd/proto.h | |
parent | 48e62f2d46a39b09ac0bcad84493b12381bb5a05 (diff) | |
download | samba-9e45885fcc54fa16e947b5b6370f171c2c7bfaf2.tar.gz samba-9e45885fcc54fa16e947b5b6370f171c2c7bfaf2.tar.xz 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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h index 60f9a7d767f..30eed73f8da 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( |