summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/unixinfo.idl
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-11-22 18:06:08 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:28:24 -0500
commit60b401efb9102c515f68e9fdde368db2eb59ab9e (patch)
tree4ad6b98e273d6794dce3b23b576c730f10b211b8 /source4/librpc/idl/unixinfo.idl
parent55eaaa223800a45ee8ea3f85904f722f91547dd8 (diff)
downloadsamba-60b401efb9102c515f68e9fdde368db2eb59ab9e.tar.gz
samba-60b401efb9102c515f68e9fdde368db2eb59ab9e.tar.bz2
samba-60b401efb9102c515f68e9fdde368db2eb59ab9e.zip
r19846: Fix bunch of IDL warnings.
(This used to be commit 48e6df59444a78dc268b84c5f94787de09d41908)
Diffstat (limited to 'source4/librpc/idl/unixinfo.idl')
-rw-r--r--source4/librpc/idl/unixinfo.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/source4/librpc/idl/unixinfo.idl b/source4/librpc/idl/unixinfo.idl
index c674329e52..48bc565fff 100644
--- a/source4/librpc/idl/unixinfo.idl
+++ b/source4/librpc/idl/unixinfo.idl
@@ -16,28 +16,28 @@ import "security.idl";
/* Function: 0x00 */
NTSTATUS unixinfo_SidToUid (
[in] dom_sid sid,
- [out,ref] hyper *uid
+ [out] hyper *uid
);
/******************/
/* Function: 0x01 */
NTSTATUS unixinfo_UidToSid (
[in] hyper uid,
- [out,unique] dom_sid *sid
+ [out] dom_sid *sid
);
/******************/
/* Function: 0x02 */
NTSTATUS unixinfo_SidToGid (
[in] dom_sid sid,
- [out,ref] hyper *gid
+ [out] hyper *gid
);
/******************/
/* Function: 0x03 */
NTSTATUS unixinfo_GidToSid (
[in] hyper gid,
- [out,unique] dom_sid *sid
+ [out] dom_sid *sid
);
typedef struct {