Sign in
fuchsia
/
fuchsia
/
0c00fd3
/
.
/
third_party
/
rust_crates
/
vendor
/
winapi
/
src
/
rpc.rs
blob: 0b013d39e96f4a58cd7528d6ad19120edcce8880 [
file
] [
log
] [
blame
]
// Copyright © 2015, skdltmxn
// Licensed under the MIT License <LICENSE.md>
// Master include file for RPC applications.
pub
type
I_RPC_HANDLE
=
*
mut
::
c_void
;
pub
type
RPC_STATUS
=
::
c_long
;