diff options
Diffstat (limited to 'fs/cifs/cifsproto.h')
-rw-r--r-- | fs/cifs/cifsproto.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fs/cifs/cifsproto.h b/fs/cifs/cifsproto.h index 8e9214275e42..6fa808ec7e36 100644 --- a/fs/cifs/cifsproto.h +++ b/fs/cifs/cifsproto.h | |||
@@ -138,7 +138,9 @@ extern void cifs_dfs_release_automount_timer(void); | |||
138 | void cifs_proc_init(void); | 138 | void cifs_proc_init(void); |
139 | void cifs_proc_clean(void); | 139 | void cifs_proc_clean(void); |
140 | 140 | ||
141 | extern int cifs_setup_session(unsigned int xid, struct cifsSesInfo *pSesInfo, | 141 | extern int cifs_negotiate_protocol(unsigned int xid, |
142 | struct cifsSesInfo *ses); | ||
143 | extern int cifs_setup_session(unsigned int xid, struct cifsSesInfo *ses, | ||
142 | struct nls_table *nls_info); | 144 | struct nls_table *nls_info); |
143 | extern int CIFSSMBNegotiate(unsigned int xid, struct cifsSesInfo *ses); | 145 | extern int CIFSSMBNegotiate(unsigned int xid, struct cifsSesInfo *ses); |
144 | 146 | ||