diff options
author | Volker Lendecke <vl@samba.org> | 2009-08-30 09:41:43 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-08-30 09:48:28 +0200 |
commit | 9e7c6f12fdb6a8ce198359572bb9e69c7d46530a (patch) | |
tree | edf18daf2faa581537dc26fa033cdebeeeba50d0 /source3/librpc/gen_ndr/srv_wbint.h | |
parent | 0d120be36bfc561e3f679d081993ccc6bea2a401 (diff) | |
download | samba-9e7c6f12fdb6a8ce198359572bb9e69c7d46530a.tar.gz samba-9e7c6f12fdb6a8ce198359572bb9e69c7d46530a.tar.bz2 samba-9e7c6f12fdb6a8ce198359572bb9e69c7d46530a.zip |
w3:winbind: Convert WINBINDD_ALLOCATE_UID to the new API
Diffstat (limited to 'source3/librpc/gen_ndr/srv_wbint.h')
-rw-r--r-- | source3/librpc/gen_ndr/srv_wbint.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/librpc/gen_ndr/srv_wbint.h b/source3/librpc/gen_ndr/srv_wbint.h index c91d3c8374..97aec299a8 100644 --- a/source3/librpc/gen_ndr/srv_wbint.h +++ b/source3/librpc/gen_ndr/srv_wbint.h @@ -8,6 +8,7 @@ NTSTATUS _wbint_Sid2Uid(pipes_struct *p, struct wbint_Sid2Uid *r); NTSTATUS _wbint_Sid2Gid(pipes_struct *p, struct wbint_Sid2Gid *r); NTSTATUS _wbint_Uid2Sid(pipes_struct *p, struct wbint_Uid2Sid *r); NTSTATUS _wbint_Gid2Sid(pipes_struct *p, struct wbint_Gid2Sid *r); +NTSTATUS _wbint_AllocateUid(pipes_struct *p, struct wbint_AllocateUid *r); NTSTATUS _wbint_QueryUser(pipes_struct *p, struct wbint_QueryUser *r); NTSTATUS _wbint_LookupUserAliases(pipes_struct *p, struct wbint_LookupUserAliases *r); NTSTATUS _wbint_LookupUserGroups(pipes_struct *p, struct wbint_LookupUserGroups *r); @@ -26,6 +27,7 @@ NTSTATUS _wbint_Sid2Uid(pipes_struct *p, struct wbint_Sid2Uid *r); NTSTATUS _wbint_Sid2Gid(pipes_struct *p, struct wbint_Sid2Gid *r); NTSTATUS _wbint_Uid2Sid(pipes_struct *p, struct wbint_Uid2Sid *r); NTSTATUS _wbint_Gid2Sid(pipes_struct *p, struct wbint_Gid2Sid *r); +NTSTATUS _wbint_AllocateUid(pipes_struct *p, struct wbint_AllocateUid *r); NTSTATUS _wbint_QueryUser(pipes_struct *p, struct wbint_QueryUser *r); NTSTATUS _wbint_LookupUserAliases(pipes_struct *p, struct wbint_LookupUserAliases *r); NTSTATUS _wbint_LookupUserGroups(pipes_struct *p, struct wbint_LookupUserGroups *r); |