summaryrefslogtreecommitdiff
path: root/source3/lib/netapi/libnetapi.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-07-31 16:43:27 +0200
committerGünther Deschner <gd@samba.org>2008-08-11 19:12:36 +0200
commit974250cd03410cfcd72b8539565061dde33e79c9 (patch)
treeca5bd59c348e0cd40c2a922df5d54c56fd5ac3e2 /source3/lib/netapi/libnetapi.h
parent9f0de2107189f7aad3361e7939b7209e9ae5b473 (diff)
downloadsamba-974250cd03410cfcd72b8539565061dde33e79c9.tar.gz
samba-974250cd03410cfcd72b8539565061dde33e79c9.tar.bz2
samba-974250cd03410cfcd72b8539565061dde33e79c9.zip
netapi: add skeleton for NetUserModalsGet and NetUserModalsSet.
Guenther (This used to be commit 5648145bec3bd24ecedea24a8834ac6768bfc640)
Diffstat (limited to 'source3/lib/netapi/libnetapi.h')
-rw-r--r--source3/lib/netapi/libnetapi.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/source3/lib/netapi/libnetapi.h b/source3/lib/netapi/libnetapi.h
index 5c9e2e2cef..8e7a662d60 100644
--- a/source3/lib/netapi/libnetapi.h
+++ b/source3/lib/netapi/libnetapi.h
@@ -125,6 +125,21 @@ WERROR NetUserSetInfo_r(struct libnetapi_ctx *ctx,
struct NetUserSetInfo *r);
WERROR NetUserSetInfo_l(struct libnetapi_ctx *ctx,
struct NetUserSetInfo *r);
+NET_API_STATUS NetUserModalsGet(const char * server_name /* [in] */,
+ uint32_t level /* [in] */,
+ uint8_t **buffer /* [out] [ref] */);
+WERROR NetUserModalsGet_r(struct libnetapi_ctx *ctx,
+ struct NetUserModalsGet *r);
+WERROR NetUserModalsGet_l(struct libnetapi_ctx *ctx,
+ struct NetUserModalsGet *r);
+NET_API_STATUS NetUserModalsSet(const char * server_name /* [in] */,
+ uint32_t level /* [in] */,
+ uint8_t *buffer /* [in] [ref] */,
+ uint32_t *parm_err /* [out] [ref] */);
+WERROR NetUserModalsSet_r(struct libnetapi_ctx *ctx,
+ struct NetUserModalsSet *r);
+WERROR NetUserModalsSet_l(struct libnetapi_ctx *ctx,
+ struct NetUserModalsSet *r);
NET_API_STATUS NetQueryDisplayInformation(const char * server_name /* [in] [unique] */,
uint32_t level /* [in] */,
uint32_t idx /* [in] */,