CIFS: Add session setup/logoff capability for SMB2
[deliverable/linux.git] / fs / cifs / smb2proto.h
index 881767002807521929d813ec31bd7b2726de250d..9364fbcb90c630bf16e2ca480ab709fe7c57b5dd 100644 (file)
@@ -47,5 +47,8 @@ extern int smb2_setup_request(struct cifs_ses *ses, struct kvec *iov,
  * are contained within these calls.
  */
 extern int SMB2_negotiate(const unsigned int xid, struct cifs_ses *ses);
+extern int SMB2_sess_setup(const unsigned int xid, struct cifs_ses *ses,
+                          const struct nls_table *nls_cp);
+extern int SMB2_logoff(const unsigned int xid, struct cifs_ses *ses);
 
 #endif                 /* _SMB2PROTO_H */
This page took 0.025014 seconds and 5 git commands to generate.