summaryrefslogtreecommitdiff
path: root/source3/include/client.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2001-11-25 02:58:15 +0000
committerAndrew Bartlett <abartlet@samba.org>2001-11-25 02:58:15 +0000
commite92823610acb138ca63648f04a57427f8dbf0b41 (patch)
tree9e4c6255e2e611145beb325aa315d08182e8f650 /source3/include/client.h
parenta71f3f66a1b47a70e402c4d82736f376449b923c (diff)
downloadsamba-e92823610acb138ca63648f04a57427f8dbf0b41.tar.gz
samba-e92823610acb138ca63648f04a57427f8dbf0b41.tar.bz2
samba-e92823610acb138ca63648f04a57427f8dbf0b41.zip
oops, I forgot to include the header file
(This used to be commit c28956d8601c103c3f8dab4253de80e6a00a02d7)
Diffstat (limited to 'source3/include/client.h')
-rw-r--r--source3/include/client.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/client.h b/source3/include/client.h
index 46c8254b09..9dd41313f2 100644
--- a/source3/include/client.h
+++ b/source3/include/client.h
@@ -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 */