20 #ifndef FREERDP_LIB_CORE_GATEWAY_RPC_FAULT_H
21 #define FREERDP_LIB_CORE_GATEWAY_RPC_FAULT_H
23 #include <winpr/wtypes.h>
24 #include <freerdp/api.h>
26 FREERDP_LOCAL
int rpc_recv_fault_pdu(UINT32 status);
27 FREERDP_LOCAL
const char* rpc_error_to_string(UINT32 error);
28 FREERDP_LOCAL
const char* rpc_error_to_category(UINT32 error);