s3:winbind: Add async wb_uid2sid
[obnox/samba/samba-obnox.git] / source3 / librpc / gen_ndr / ndr_wbint.h
1 /* header auto-generated by pidl */
2
3 #include "librpc/ndr/libndr.h"
4 #include "librpc/gen_ndr/wbint.h"
5
6 #ifndef _HEADER_NDR_wbint
7 #define _HEADER_NDR_wbint
8
9 #define NDR_WBINT_UUID "bf09192c-ed60-4928-9dff-d0d7bcb03ed8"
10 #define NDR_WBINT_VERSION 1.0
11 #define NDR_WBINT_NAME "wbint"
12 #define NDR_WBINT_HELPSTRING "winbind parent-child protocol"
13 extern const struct ndr_interface_table ndr_table_wbint;
14 #define NDR_WBINT_PING (0x00)
15
16 #define NDR_WBINT_LOOKUPSID (0x01)
17
18 #define NDR_WBINT_LOOKUPNAME (0x02)
19
20 #define NDR_WBINT_SID2UID (0x03)
21
22 #define NDR_WBINT_SID2GID (0x04)
23
24 #define NDR_WBINT_UID2SID (0x05)
25
26 #define NDR_WBINT_CALL_COUNT (6)
27 void ndr_print_wbint_Ping(struct ndr_print *ndr, const char *name, int flags, const struct wbint_Ping *r);
28 void ndr_print_wbint_LookupSid(struct ndr_print *ndr, const char *name, int flags, const struct wbint_LookupSid *r);
29 void ndr_print_wbint_LookupName(struct ndr_print *ndr, const char *name, int flags, const struct wbint_LookupName *r);
30 void ndr_print_wbint_Sid2Uid(struct ndr_print *ndr, const char *name, int flags, const struct wbint_Sid2Uid *r);
31 void ndr_print_wbint_Sid2Gid(struct ndr_print *ndr, const char *name, int flags, const struct wbint_Sid2Gid *r);
32 void ndr_print_wbint_Uid2Sid(struct ndr_print *ndr, const char *name, int flags, const struct wbint_Uid2Sid *r);
33 #endif /* _HEADER_NDR_wbint */