summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/ndr_libnetapi.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-07-17 00:59:57 +0200
committerGünther Deschner <gd@samba.org>2008-07-18 17:21:36 +0200
commit757bc51539fb015f946511cd137ae5609e0add7a (patch)
treecf5279d8f3d6f6da5ad2443ab45d4372222e1eda /source3/librpc/gen_ndr/ndr_libnetapi.h
parent97e6a44258a8dca6bd63cf3edebfce0963bae219 (diff)
downloadsamba-757bc51539fb015f946511cd137ae5609e0add7a.tar.gz
samba-757bc51539fb015f946511cd137ae5609e0add7a.tar.bz2
samba-757bc51539fb015f946511cd137ae5609e0add7a.zip
re-run make idl.
Guenther (This used to be commit de9f40ddd08dad821d3242e60a396a771cf16fa0)
Diffstat (limited to 'source3/librpc/gen_ndr/ndr_libnetapi.h')
-rw-r--r--source3/librpc/gen_ndr/ndr_libnetapi.h33
1 files changed, 19 insertions, 14 deletions
diff --git a/source3/librpc/gen_ndr/ndr_libnetapi.h b/source3/librpc/gen_ndr/ndr_libnetapi.h
index 29a8bb6071..94df545957 100644
--- a/source3/librpc/gen_ndr/ndr_libnetapi.h
+++ b/source3/librpc/gen_ndr/ndr_libnetapi.h
@@ -34,33 +34,35 @@
#define NDR_NETUSERGETINFO (0x0d)
-#define NDR_NETQUERYDISPLAYINFORMATION (0x0e)
+#define NDR_NETUSERSETINFO (0x0e)
-#define NDR_NETGROUPADD (0x0f)
+#define NDR_NETQUERYDISPLAYINFORMATION (0x0f)
-#define NDR_NETGROUPDEL (0x10)
+#define NDR_NETGROUPADD (0x10)
-#define NDR_NETGROUPENUM (0x11)
+#define NDR_NETGROUPDEL (0x11)
-#define NDR_NETGROUPSETINFO (0x12)
+#define NDR_NETGROUPENUM (0x12)
-#define NDR_NETGROUPGETINFO (0x13)
+#define NDR_NETGROUPSETINFO (0x13)
-#define NDR_NETGROUPADDUSER (0x14)
+#define NDR_NETGROUPGETINFO (0x14)
-#define NDR_NETGROUPDELUSER (0x15)
+#define NDR_NETGROUPADDUSER (0x15)
-#define NDR_NETLOCALGROUPADD (0x16)
+#define NDR_NETGROUPDELUSER (0x16)
-#define NDR_NETLOCALGROUPDEL (0x17)
+#define NDR_NETLOCALGROUPADD (0x17)
-#define NDR_NETLOCALGROUPGETINFO (0x18)
+#define NDR_NETLOCALGROUPDEL (0x18)
-#define NDR_NETLOCALGROUPSETINFO (0x19)
+#define NDR_NETLOCALGROUPGETINFO (0x19)
-#define NDR_NETREMOTETOD (0x1a)
+#define NDR_NETLOCALGROUPSETINFO (0x1a)
-#define NDR_LIBNETAPI_CALL_COUNT (27)
+#define NDR_NETREMOTETOD (0x1b)
+
+#define NDR_LIBNETAPI_CALL_COUNT (28)
enum ndr_err_code ndr_push_NET_API_STATUS(struct ndr_push *ndr, int ndr_flags, enum NET_API_STATUS r);
enum ndr_err_code ndr_pull_NET_API_STATUS(struct ndr_pull *ndr, int ndr_flags, enum NET_API_STATUS *r);
void ndr_print_NET_API_STATUS(struct ndr_print *ndr, const char *name, enum NET_API_STATUS r);
@@ -154,6 +156,9 @@ void ndr_print_NetUserChangePassword(struct ndr_print *ndr, const char *name, in
enum ndr_err_code ndr_push_NetUserGetInfo(struct ndr_push *ndr, int flags, const struct NetUserGetInfo *r);
enum ndr_err_code ndr_pull_NetUserGetInfo(struct ndr_pull *ndr, int flags, struct NetUserGetInfo *r);
void ndr_print_NetUserGetInfo(struct ndr_print *ndr, const char *name, int flags, const struct NetUserGetInfo *r);
+enum ndr_err_code ndr_push_NetUserSetInfo(struct ndr_push *ndr, int flags, const struct NetUserSetInfo *r);
+enum ndr_err_code ndr_pull_NetUserSetInfo(struct ndr_pull *ndr, int flags, struct NetUserSetInfo *r);
+void ndr_print_NetUserSetInfo(struct ndr_print *ndr, const char *name, int flags, const struct NetUserSetInfo *r);
enum ndr_err_code ndr_push_NetQueryDisplayInformation(struct ndr_push *ndr, int flags, const struct NetQueryDisplayInformation *r);
enum ndr_err_code ndr_pull_NetQueryDisplayInformation(struct ndr_pull *ndr, int flags, struct NetQueryDisplayInformation *r);
void ndr_print_NetQueryDisplayInformation(struct ndr_print *ndr, const char *name, int flags, const struct NetQueryDisplayInformation *r);