summaryrefslogtreecommitdiffstats
path: root/source3/lib/netapi/libnetapi.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-06-06 13:50:39 +0200
committerGünther Deschner <gd@samba.org>2008-06-17 19:56:44 +0200
commitebbeddfdcd7b3782f5b6e58abb7af7d9484090ae (patch)
tree0a5d1ea2959b6831ca2697fdf0fa6cf3a2a30acb /source3/lib/netapi/libnetapi.h
parentde7de69530b886e84627daa9597327dc4f2e0afb (diff)
downloadsamba-ebbeddfdcd7b3782f5b6e58abb7af7d9484090ae.tar.gz
samba-ebbeddfdcd7b3782f5b6e58abb7af7d9484090ae.tar.xz
samba-ebbeddfdcd7b3782f5b6e58abb7af7d9484090ae.zip
netapi: add NetRemoteTOD() skeleton.
Guenther (This used to be commit 78bc98cb55e36ef175f9c0f6fcd943781a514005)
Diffstat (limited to 'source3/lib/netapi/libnetapi.h')
-rw-r--r--source3/lib/netapi/libnetapi.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/source3/lib/netapi/libnetapi.h b/source3/lib/netapi/libnetapi.h
index 911be7420b6..12be1cc074e 100644
--- a/source3/lib/netapi/libnetapi.h
+++ b/source3/lib/netapi/libnetapi.h
@@ -187,4 +187,10 @@ WERROR NetLocalGroupSetInfo_r(struct libnetapi_ctx *ctx,
struct NetLocalGroupSetInfo *r);
WERROR NetLocalGroupSetInfo_l(struct libnetapi_ctx *ctx,
struct NetLocalGroupSetInfo *r);
+NET_API_STATUS NetRemoteTOD(const char * server_name /* [in] */,
+ uint8_t **buf /* [out] [ref] */);
+WERROR NetRemoteTOD_r(struct libnetapi_ctx *ctx,
+ struct NetRemoteTOD *r);
+WERROR NetRemoteTOD_l(struct libnetapi_ctx *ctx,
+ struct NetRemoteTOD *r);
#endif /* __LIBNETAPI_LIBNETAPI__ */