diff options
Diffstat (limited to 'fs/cifs/cifsproto.h')
-rw-r--r-- | fs/cifs/cifsproto.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/cifs/cifsproto.h b/fs/cifs/cifsproto.h index bf2bff14c24..ce9199f0af9 100644 --- a/fs/cifs/cifsproto.h +++ b/fs/cifs/cifsproto.h | |||
@@ -154,6 +154,8 @@ extern int SMBQueryInformation(const int xid, struct cifsTconInfo *tcon, | |||
154 | FILE_ALL_INFO *findData, | 154 | FILE_ALL_INFO *findData, |
155 | const struct nls_table *nls_codepage, int remap); | 155 | const struct nls_table *nls_codepage, int remap); |
156 | 156 | ||
157 | extern int CIFSSMBUnixQFileInfo(const int xid, struct cifsTconInfo *tcon, | ||
158 | u16 netfid, FILE_UNIX_BASIC_INFO *pFindData); | ||
157 | extern int CIFSSMBUnixQPathInfo(const int xid, | 159 | extern int CIFSSMBUnixQPathInfo(const int xid, |
158 | struct cifsTconInfo *tcon, | 160 | struct cifsTconInfo *tcon, |
159 | const unsigned char *searchName, | 161 | const unsigned char *searchName, |