diff options
Diffstat (limited to 'fs/cifs/smb2proto.h')
-rw-r--r-- | fs/cifs/smb2proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/cifs/smb2proto.h b/fs/cifs/smb2proto.h index 1a17955c35c9..902bbe2b5ad3 100644 --- a/fs/cifs/smb2proto.h +++ b/fs/cifs/smb2proto.h | |||
@@ -73,5 +73,6 @@ extern int SMB2_close(const unsigned int xid, struct cifs_tcon *tcon, | |||
73 | extern int SMB2_query_info(const unsigned int xid, struct cifs_tcon *tcon, | 73 | extern int SMB2_query_info(const unsigned int xid, struct cifs_tcon *tcon, |
74 | u64 persistent_file_id, u64 volatile_file_id, | 74 | u64 persistent_file_id, u64 volatile_file_id, |
75 | struct smb2_file_all_info *data); | 75 | struct smb2_file_all_info *data); |
76 | extern int SMB2_echo(struct TCP_Server_Info *server); | ||
76 | 77 | ||
77 | #endif /* _SMB2PROTO_H */ | 78 | #endif /* _SMB2PROTO_H */ |