summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_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/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/libnetapi.h')
-rw-r--r--source3/librpc/gen_ndr/libnetapi.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/source3/librpc/gen_ndr/libnetapi.h b/source3/librpc/gen_ndr/libnetapi.h
index 1004418646..8fc812cc1b 100644
--- a/source3/librpc/gen_ndr/libnetapi.h
+++ b/source3/librpc/gen_ndr/libnetapi.h
@@ -128,6 +128,21 @@ struct LOCALGROUP_INFO_1002 {
const char * lgrpi1002_comment;
};
+struct TIME_OF_DAY_INFO {
+ uint32_t tod_elapsedt;
+ uint32_t tod_msecs;
+ uint32_t tod_hours;
+ uint32_t tod_mins;
+ uint32_t tod_secs;
+ uint32_t tod_hunds;
+ int32_t tod_timezone;
+ uint32_t tod_tinterval;
+ uint32_t tod_day;
+ uint32_t tod_month;
+ uint32_t tod_year;
+ uint32_t tod_weekday;
+};
+
struct NetJoinDomain {
struct {
@@ -477,4 +492,17 @@ struct NetLocalGroupSetInfo {
};
+
+struct NetRemoteTOD {
+ struct {
+ const char * server_name;
+ } in;
+
+ struct {
+ uint8_t **buf;/* [ref] */
+ enum NET_API_STATUS result;
+ } out;
+
+};
+
#endif /* _HEADER_libnetapi */