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 dd95c2bcbc25..b486ba738d95 100644 --- a/fs/cifs/cifsproto.h +++ b/fs/cifs/cifsproto.h | |||
@@ -212,6 +212,8 @@ extern int CIFSSMBWrite2(const int xid, struct cifsTconInfo *tcon, | |||
212 | extern int CIFSGetSrvInodeNumber(const int xid, struct cifsTconInfo *tcon, | 212 | extern int CIFSGetSrvInodeNumber(const int xid, struct cifsTconInfo *tcon, |
213 | const unsigned char *searchName, __u64 * inode_number, | 213 | const unsigned char *searchName, __u64 * inode_number, |
214 | const struct nls_table *nls_codepage); | 214 | const struct nls_table *nls_codepage); |
215 | extern int cifs_convertUCSpath(char *target, const __u16 *source, int maxlen, | ||
216 | const struct nls_table * codepage); | ||
215 | #endif /* CONFIG_CIFS_EXPERIMENTAL */ | 217 | #endif /* CONFIG_CIFS_EXPERIMENTAL */ |
216 | 218 | ||
217 | extern int CIFSSMBLock(const int xid, struct cifsTconInfo *tcon, | 219 | extern int CIFSSMBLock(const int xid, struct cifsTconInfo *tcon, |