win95-initial-port-20010430
[openafs.git] / src / WINNT / afsd / smb_ioctl.h
index 9e99797..db157b9 100644 (file)
@@ -31,7 +31,12 @@ extern long smb_IoctlWrite(smb_fid_t *fidp, smb_vc_t *vcp, smb_packet_t *inp, sm
 
 extern long smb_IoctlV3Read(smb_fid_t *fidp, smb_vc_t *vcp, smb_packet_t *inp, smb_packet_t *outp);
 
+#ifndef DJGPP
 extern long smb_IoctlReadRaw(smb_fid_t *fidp, smb_vc_t *vcp, smb_packet_t *inp,
        smb_packet_t *outp);
+#else /* DJGPP */
+extern long smb_IoctlReadRaw(smb_fid_t *fidp, smb_vc_t *vcp, smb_packet_t *inp,
+       smb_packet_t *outp, dos_ptr rawBuf);
+#endif /* !DJGPP */
 
 #endif /*  __SMB_IOCTL_H_ENV__ */