summaryrefslogtreecommitdiff
path: root/librpc/idl
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2015-07-21 20:53:24 +0200
committerJeremy Allison <jra@samba.org>2015-07-31 01:55:28 +0200
commitb3b77018b42d1195ee8d0d9f93f51f6f67f783bb (patch)
tree0d8153b3ccb67744112538e17bb4de8f0381190c /librpc/idl
parent22c9f11cf212d741830e312664be2ea302d47ab7 (diff)
downloadsamba-b3b77018b42d1195ee8d0d9f93f51f6f67f783bb.tar.gz
oxidresolver: fix indent in oxidresolver.idl
Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'librpc/idl')
-rw-r--r--librpc/idl/oxidresolver.idl29
1 files changed, 15 insertions, 14 deletions
diff --git a/librpc/idl/oxidresolver.idl b/librpc/idl/oxidresolver.idl
index 5ed2a7b2fa8..570b112eb4d 100644
--- a/librpc/idl/oxidresolver.idl
+++ b/librpc/idl/oxidresolver.idl
@@ -29,13 +29,13 @@ interface IOXIDResolver
/* and machine id for an object server given its OXID. */
[idempotent] WERROR ResolveOxid (
- [in] OXID pOxid,
- [in] uint16 cRequestedProtseqs,
- [in, size_is(cRequestedProtseqs)] uint16 arRequestedProtseqs[],
- [out] DUALSTRINGARRAY **ppdsaOxidBindings,
- [out,ref] IPID *pipidRemUnknown,
- [out,ref] uint32 *pAuthnHint
- );
+ [in] OXID pOxid,
+ [in] uint16 cRequestedProtseqs,
+ [in, size_is(cRequestedProtseqs)] uint16 arRequestedProtseqs[],
+ [out] DUALSTRINGARRAY **ppdsaOxidBindings,
+ [out,ref] IPID *pipidRemUnknown,
+ [out,ref] uint32 *pAuthnHint
+ );
/* Simple ping is used to ping a Set. Client machines use this */
/* to inform the object exporter that it is still using the */
@@ -59,7 +59,7 @@ interface IOXIDResolver
/*remove these OIDs from the set */
[in, size_is(cDelFromSet)] OID DelFromSet[],
[out,ref] uint16 *PingBackoffFactor/* 2^factor = multipler */
- );
+ );
/* In some cases the client maybe unsure that a particular */
/* binding will reach the server. (For example, when the oxid */
@@ -81,7 +81,7 @@ interface IOXIDResolver
[out,ref] IPID *ipidRemUnknown,
[out,ref] uint32 *AuthnHint,
[out,ref] COMVERSION *ComVersion
- );
+ );
typedef struct {
COMVERSION version;
@@ -89,9 +89,10 @@ interface IOXIDResolver
} COMINFO;
[idempotent] WERROR ServerAlive2 (
- [out,ref] COMINFO *info,
- [out,ref] DUALSTRINGARRAY *dualstring,
- [out,ref] uint8 *unknown2,
- [out,ref] uint8 *unknown3,
- [out,ref] uint8 *unknown4);
+ [out,ref] COMINFO *info,
+ [out,ref] DUALSTRINGARRAY *dualstring,
+ [out,ref] uint8 *unknown2,
+ [out,ref] uint8 *unknown3,
+ [out,ref] uint8 *unknown4
+ );
}