summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/ndr_libnetapi.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-05-27 12:06:44 +0200
committerGünther Deschner <gd@samba.org>2008-06-03 01:27:39 +0200
commit3e67dfcf87666000d7d67d47bc48e24a20b0d32b (patch)
tree7a379056223dc9efb4bf656703f2fe542643b6ad /source3/librpc/gen_ndr/ndr_libnetapi.h
parent93baa932088d8f7b806b05cc73fc6f467c48fe81 (diff)
downloadsamba-3e67dfcf87666000d7d67d47bc48e24a20b0d32b.tar.gz
samba-3e67dfcf87666000d7d67d47bc48e24a20b0d32b.tar.bz2
samba-3e67dfcf87666000d7d67d47bc48e24a20b0d32b.zip
re-run make idl.
Guenther (This used to be commit bad8b5e010adcd9df85c4b3a58678112d328e6b7)
Diffstat (limited to 'source3/librpc/gen_ndr/ndr_libnetapi.h')
-rw-r--r--source3/librpc/gen_ndr/ndr_libnetapi.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/source3/librpc/gen_ndr/ndr_libnetapi.h b/source3/librpc/gen_ndr/ndr_libnetapi.h
index 70add82c11..683b165510 100644
--- a/source3/librpc/gen_ndr/ndr_libnetapi.h
+++ b/source3/librpc/gen_ndr/ndr_libnetapi.h
@@ -32,10 +32,15 @@
#define NDR_NETQUERYDISPLAYINFORMATION (0x0c)
-#define NDR_LIBNETAPI_CALL_COUNT (13)
+#define NDR_NETGROUPADD (0x0d)
+
+#define NDR_LIBNETAPI_CALL_COUNT (14)
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);
+enum ndr_err_code ndr_push_domsid(struct ndr_push *ndr, int ndr_flags, const struct domsid *r);
+enum ndr_err_code ndr_pull_domsid(struct ndr_pull *ndr, int ndr_flags, struct domsid *r);
+void ndr_print_domsid(struct ndr_print *ndr, const char *name, const struct domsid *r);
enum ndr_err_code ndr_push_SERVER_INFO_1005(struct ndr_push *ndr, int ndr_flags, const struct SERVER_INFO_1005 *r);
enum ndr_err_code ndr_pull_SERVER_INFO_1005(struct ndr_pull *ndr, int ndr_flags, struct SERVER_INFO_1005 *r);
void ndr_print_SERVER_INFO_1005(struct ndr_print *ndr, const char *name, const struct SERVER_INFO_1005 *r);
@@ -96,4 +101,7 @@ void ndr_print_NetUserEnum(struct ndr_print *ndr, const char *name, int flags, c
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);
+enum ndr_err_code ndr_push_NetGroupAdd(struct ndr_push *ndr, int flags, const struct NetGroupAdd *r);
+enum ndr_err_code ndr_pull_NetGroupAdd(struct ndr_pull *ndr, int flags, struct NetGroupAdd *r);
+void ndr_print_NetGroupAdd(struct ndr_print *ndr, const char *name, int flags, const struct NetGroupAdd *r);
#endif /* _HEADER_NDR_libnetapi */