diff options
author | Stefan Metzmacher <metze@samba.org> | 2010-09-21 00:44:30 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2010-09-28 23:06:47 +0200 |
commit | bffa192bfea6dccfe56a1b5692333fd8f39cfe7a (patch) | |
tree | 17dfb7b7d207b37099067799ab464b5f5c5ff756 /librpc | |
parent | 96666d48a75573c47739e4d217b2aacea7841570 (diff) | |
download | samba-bffa192bfea6dccfe56a1b5692333fd8f39cfe7a.tar.gz samba-bffa192bfea6dccfe56a1b5692333fd8f39cfe7a.tar.bz2 samba-bffa192bfea6dccfe56a1b5692333fd8f39cfe7a.zip |
librpc/ndr: remove 'async' from ndr_interface_call
metze
Diffstat (limited to 'librpc')
-rw-r--r-- | librpc/ndr/libndr.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/librpc/ndr/libndr.h b/librpc/ndr/libndr.h index 5ad05be891..bd39cf4c86 100644 --- a/librpc/ndr/libndr.h +++ b/librpc/ndr/libndr.h @@ -333,7 +333,6 @@ struct ndr_interface_call { ndr_push_flags_fn_t ndr_push; ndr_pull_flags_fn_t ndr_pull; ndr_print_function_t ndr_print; - bool async; }; struct ndr_interface_string_array { |