summaryrefslogtreecommitdiffstats
path: root/source/librpc/gen_ndr/srv_unixinfo.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-01-18 10:18:59 +0000
committerJelmer Vernooij <jelmer@samba.org>2007-01-18 10:18:59 +0000
commit91bb10543373b8d27d5c831ab6b84d2bbebf9d7f (patch)
tree16496518cc505c753247c1e40edb879b2ed2fa1f /source/librpc/gen_ndr/srv_unixinfo.h
parentc2fa3401e4e869914e468440183077fdc95b3b94 (diff)
downloadsamba-91bb10543373b8d27d5c831ab6b84d2bbebf9d7f.tar.gz
samba-91bb10543373b8d27d5c831ab6b84d2bbebf9d7f.tar.xz
samba-91bb10543373b8d27d5c831ab6b84d2bbebf9d7f.zip
r20875: Pass DCE/RPC server call arguments as a struct rather than as separate arguments.
This makes it a bit more similar to the Samba4 code.
Diffstat (limited to 'source/librpc/gen_ndr/srv_unixinfo.h')
-rw-r--r--source/librpc/gen_ndr/srv_unixinfo.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/source/librpc/gen_ndr/srv_unixinfo.h b/source/librpc/gen_ndr/srv_unixinfo.h
index d21fb839add..6e5c033b619 100644
--- a/source/librpc/gen_ndr/srv_unixinfo.h
+++ b/source/librpc/gen_ndr/srv_unixinfo.h
@@ -1,11 +1,11 @@
#include "librpc/gen_ndr/ndr_unixinfo.h"
#ifndef __SRV_UNIXINFO__
#define __SRV_UNIXINFO__
-NTSTATUS _unixinfo_SidToUid(pipes_struct *p, struct dom_sid sid, uint64_t *uid);
-NTSTATUS _unixinfo_UidToSid(pipes_struct *p, uint64_t uid, struct dom_sid *sid);
-NTSTATUS _unixinfo_SidToGid(pipes_struct *p, struct dom_sid sid, uint64_t *gid);
-NTSTATUS _unixinfo_GidToSid(pipes_struct *p, uint64_t gid, struct dom_sid *sid);
-NTSTATUS _unixinfo_GetPWUid(pipes_struct *p, uint32_t *count, uint64_t *uids, struct unixinfo_GetPWUidInfo *infos);
+NTSTATUS _unixinfo_SidToUid(pipes_struct *p, struct unixinfo_SidToUid *r);
+NTSTATUS _unixinfo_UidToSid(pipes_struct *p, struct unixinfo_UidToSid *r);
+NTSTATUS _unixinfo_SidToGid(pipes_struct *p, struct unixinfo_SidToGid *r);
+NTSTATUS _unixinfo_GidToSid(pipes_struct *p, struct unixinfo_GidToSid *r);
+NTSTATUS _unixinfo_GetPWUid(pipes_struct *p, struct unixinfo_GetPWUid *r);
void unixinfo_get_pipe_fns(struct api_struct **fns, int *n_fns);
NTSTATUS rpc_unixinfo_init(void);
#endif /* __SRV_UNIXINFO__ */