mirror of
https://github.com/Wind4/vlmcsd.git
synced 2026-05-26 20:21:22 +02:00
vlmcsd-svn1085-2016-10-21-Hotbird64
This commit is contained in:
+2
-1
@@ -7,6 +7,7 @@
|
||||
#define MSRPC_CLIENT_H_
|
||||
|
||||
#include "types.h"
|
||||
#include "shared_globals.h"
|
||||
#include <setjmp.h>
|
||||
#include "output.h"
|
||||
|
||||
@@ -15,7 +16,7 @@ typedef RPC_STATUS RpcStatus;
|
||||
|
||||
RpcCtx connectToAddress(char *const addr, const int AddressFamily_unused, int_fast8_t showHostName);
|
||||
int_fast8_t isDisconnected(const RpcCtx handle);
|
||||
RpcStatus rpcBindClient(const RpcCtx handle, const int_fast8_t verbose);
|
||||
RpcStatus rpcBindClient(const RpcCtx handle, const int_fast8_t verbose, PRpcDiag_t rpcDiag);
|
||||
RpcStatus rpcSendRequest(const RpcCtx handle, BYTE* KmsRequest, size_t requestSize, BYTE **KmsResponse, size_t *responseSize);
|
||||
RpcStatus closeRpc(RpcCtx s);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user