summaryrefslogtreecommitdiffstats
path: root/source/librpc/rpc/dcerpc.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-08-27 18:10:19 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 15:02:54 -0500
commit1ce32673d960c8b05b6c1b1b99e1976a402417ae (patch)
tree97b73b5437ccdf46dea09bea09770c6d74447f74 /source/librpc/rpc/dcerpc.h
parent99f4124137d4a61216e8189f26d4da32882c0f4a (diff)
downloadsamba-1ce32673d960c8b05b6c1b1b99e1976a402417ae.tar.gz
samba-1ce32673d960c8b05b6c1b1b99e1976a402417ae.tar.xz
samba-1ce32673d960c8b05b6c1b1b99e1976a402417ae.zip
r24712: No longer expose the 'BOOL' data type in any interfaces.
Diffstat (limited to 'source/librpc/rpc/dcerpc.h')
-rw-r--r--source/librpc/rpc/dcerpc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/librpc/rpc/dcerpc.h b/source/librpc/rpc/dcerpc.h
index 88b6ff20c2a..746f6b6d506 100644
--- a/source/librpc/rpc/dcerpc.h
+++ b/source/librpc/rpc/dcerpc.h
@@ -70,7 +70,7 @@ struct dcerpc_connection {
const char *(*target_hostname)(struct dcerpc_connection *);
/* send a request to the server */
- NTSTATUS (*send_request)(struct dcerpc_connection *, DATA_BLOB *, BOOL trigger_read);
+ NTSTATUS (*send_request)(struct dcerpc_connection *, DATA_BLOB *, bool trigger_read);
/* send a read request to the server */
NTSTATUS (*send_read)(struct dcerpc_connection *);
@@ -207,8 +207,8 @@ struct rpc_request {
const struct GUID *object;
uint16_t opnum;
DATA_BLOB request_data;
- BOOL async_call;
- BOOL ignore_timeout;
+ bool async_call;
+ bool ignore_timeout;
/* use by the ndr level async recv call */
struct {