oops, I forgot to include the header file
[ira/wip.git] / source / include / client.h
index 46c8254b0932e5d7be60b915d91e24d1fd824739..9dd41313f284002d5b2d8ad5ba4f605c5e5c112b 100644 (file)
@@ -136,6 +136,8 @@ struct cli_state {
 
        /* a oplock break request handler */
        BOOL (*oplock_handler)(struct cli_state *cli, int fnum, unsigned char level);
+
+       BOOL force_dos_errors;
 };
 
 #endif /* _CLIENT_H */