summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/ndr_libnetapi.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-06-06 12:51:12 +0200
committerGünther Deschner <gd@samba.org>2008-06-17 19:56:27 +0200
commitde7de69530b886e84627daa9597327dc4f2e0afb (patch)
treee2425c5e2c2eb56dc3a5901aa506f23a6c8edba6 /source3/librpc/gen_ndr/ndr_libnetapi.h
parentdb1db7da92011aa66b5442808d7cb8c529c0a83e (diff)
downloadsamba-de7de69530b886e84627daa9597327dc4f2e0afb.tar.gz
samba-de7de69530b886e84627daa9597327dc4f2e0afb.tar.bz2
samba-de7de69530b886e84627daa9597327dc4f2e0afb.zip
re-run make idl.
Guenther (This used to be commit 782ab0f1c1c0957a1111a76c2c1ea7bd99d38311)
Diffstat (limited to 'source3/librpc/gen_ndr/ndr_libnetapi.h')
-rw-r--r--source3/librpc/gen_ndr/ndr_libnetapi.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/source3/librpc/gen_ndr/ndr_libnetapi.h b/source3/librpc/gen_ndr/ndr_libnetapi.h
index 8ab00f5fbc..422c702871 100644
--- a/source3/librpc/gen_ndr/ndr_libnetapi.h
+++ b/source3/librpc/gen_ndr/ndr_libnetapi.h
@@ -52,7 +52,9 @@
#define NDR_NETLOCALGROUPSETINFO (0x16)
-#define NDR_LIBNETAPI_CALL_COUNT (23)
+#define NDR_NETREMOTETOD (0x17)
+
+#define NDR_LIBNETAPI_CALL_COUNT (24)
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);
@@ -149,4 +151,7 @@ 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_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);
#endif /* _HEADER_NDR_libnetapi */