cifs: add server argument to the dump_detail method
[linux-2.6-block.git] / fs / cifs / cifs_debug.h
index 0e74690d11bc8e33c0472565860043175dc25995..f4f3f0853c6eb289143de0802601567878294380 100644 (file)
@@ -23,7 +23,7 @@
 #define _H_CIFS_DEBUG
 
 void cifs_dump_mem(char *label, void *data, int length);
-void cifs_dump_detail(void *);
+void cifs_dump_detail(void *buf, struct TCP_Server_Info *ptcp_info);
 void cifs_dump_mids(struct TCP_Server_Info *);
 extern bool traceSMB;          /* flag which enables the function below */
 void dump_smb(void *, int);