This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / fs / cifs / cifsproto.h
index ec446c5..cc68715 100644 (file)
@@ -239,8 +239,9 @@ extern int CIFSSMBSeek(int xid,
                        int whence, unsigned long offset, long long *newoffset);
 
 extern int CIFSSMBCopy(int xid,
-                       struct cifsTconInfo *ftcon,
-                       char *fromName,
-                       struct cifsTconInfo *ttcon,
-                       char *toName, int ofun, int flags);
+                       struct cifsTconInfo *source_tcon,
+                       const char *fromName,
+                       const __u16 target_tid,
+                       const char *toName, const int flags,
+                       const struct nls_table *nls_codepage);
 #endif                 /* _CIFSPROTO_H */