git.samba.org
/
samba.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
r4457: Fix IDL + add torture test for InqObject
[samba.git]
/
source
/
librpc
/
idl
/
epmapper.idl
diff --git
a/source/librpc/idl/epmapper.idl
b/source/librpc/idl/epmapper.idl
index e18c24a3cd11218ff79ad81856e86958e83860ec..e32b01a874655f90316ee96ca8c7223fc5f7761c 100644
(file)
--- a/
source/librpc/idl/epmapper.idl
+++ b/
source/librpc/idl/epmapper.idl
@@
-297,7
+297,7
@@
interface epmapper
/**********************/
/* Function 0x05 */
error_status_t epm_InqObject(
- [
out]
GUID *epm_object
+ [
in,ref]
GUID *epm_object
);