Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
8c900c8f
Commit
8c900c8f
authored
Aug 19, 2016
by
Colin Finck
Committed by
Alexandre Julliard
Aug 22, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add a prototype for RpcBindingServerFromClient.
Signed-off-by:
Colin Finck
<
mail@colinfinck.de
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
22783dfe
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
rpcdce.h
include/rpcdce.h
+2
-0
No files found.
include/rpcdce.h
View file @
8c900c8f
...
...
@@ -338,6 +338,8 @@ RPCRTAPI RPC_STATUS RPC_ENTRY
RPCRTAPI
RPC_STATUS
RPC_ENTRY
RpcBindingReset
(
RPC_BINDING_HANDLE
Binding
);
RPCRTAPI
RPC_STATUS
RPC_ENTRY
RpcBindingServerFromClient
(
RPC_BINDING_HANDLE
ClientBinding
,
RPC_BINDING_HANDLE
*
ServerBinding
);
RPCRTAPI
RPC_STATUS
RPC_ENTRY
RpcBindingSetObject
(
RPC_BINDING_HANDLE
Binding
,
UUID
*
ObjectUuid
);
RPCRTAPI
RPC_STATUS
RPC_ENTRY
RpcBindingSetOption
(
RPC_BINDING_HANDLE
Binding
,
ULONG
Option
,
ULONG_PTR
OptionValue
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment