summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/ndr_libnetapi.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-07-18 01:21:38 +0200
committerGünther Deschner <gd@samba.org>2008-07-18 17:25:00 +0200
commitf15740f4244bd5eb52641133922c68c043b349c9 (patch)
treea4f995952210a23691427a93b33767d91387416a /source3/librpc/gen_ndr/ndr_libnetapi.h
parent54362a85f662b481678a8c2771a1d5e87680767c (diff)
downloadsamba-f15740f4244bd5eb52641133922c68c043b349c9.tar.gz
samba-f15740f4244bd5eb52641133922c68c043b349c9.tar.bz2
samba-f15740f4244bd5eb52641133922c68c043b349c9.zip
re-run make idl.
Guenther (This used to be commit 4b79d54574722552346bbc17947fd26fc1a0deda)
Diffstat (limited to 'source3/librpc/gen_ndr/ndr_libnetapi.h')
-rw-r--r--source3/librpc/gen_ndr/ndr_libnetapi.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/source3/librpc/gen_ndr/ndr_libnetapi.h b/source3/librpc/gen_ndr/ndr_libnetapi.h
index 94df545957..4bf5b5f137 100644
--- a/source3/librpc/gen_ndr/ndr_libnetapi.h
+++ b/source3/librpc/gen_ndr/ndr_libnetapi.h
@@ -60,9 +60,11 @@
#define NDR_NETLOCALGROUPSETINFO (0x1a)
-#define NDR_NETREMOTETOD (0x1b)
+#define NDR_NETLOCALGROUPENUM (0x1b)
-#define NDR_LIBNETAPI_CALL_COUNT (28)
+#define NDR_NETREMOTETOD (0x1c)
+
+#define NDR_LIBNETAPI_CALL_COUNT (29)
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);
@@ -195,6 +197,9 @@ void ndr_print_NetLocalGroupGetInfo(struct ndr_print *ndr, const char *name, int
enum ndr_err_code ndr_push_NetLocalGroupSetInfo(struct ndr_push *ndr, int flags, const struct NetLocalGroupSetInfo *r);
enum ndr_err_code ndr_pull_NetLocalGroupSetInfo(struct ndr_pull *ndr, int flags, struct NetLocalGroupSetInfo *r);
void ndr_print_NetLocalGroupSetInfo(struct ndr_print *ndr, const char *name, int flags, const struct NetLocalGroupSetInfo *r);
+enum ndr_err_code ndr_push_NetLocalGroupEnum(struct ndr_push *ndr, int flags, const struct NetLocalGroupEnum *r);
+enum ndr_err_code ndr_pull_NetLocalGroupEnum(struct ndr_pull *ndr, int flags, struct NetLocalGroupEnum *r);
+void ndr_print_NetLocalGroupEnum(struct ndr_print *ndr, const char *name, int flags, const struct NetLocalGroupEnum *r);
enum ndr_err_code ndr_push_NetRemoteTOD(struct ndr_push *ndr, int flags, const struct NetRemoteTOD *r);
enum ndr_err_code ndr_pull_NetRemoteTOD(struct ndr_pull *ndr, int flags, struct NetRemoteTOD *r);
void ndr_print_NetRemoteTOD(struct ndr_print *ndr, const char *name, int flags, const struct NetRemoteTOD *r);