summaryrefslogtreecommitdiffstats
path: root/source3/lib/netapi/libnetapi.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-09-08 10:21:17 +0200
committerGünther Deschner <gd@samba.org>2008-09-11 14:29:36 +0200
commitffdfe3e8b48bd74199f089176782ae3117106b71 (patch)
treec0fe0669be8be6af81a1ee3f78141dbe48dbf510 /source3/lib/netapi/libnetapi.h
parent52e87e1fc1aec2670f511199e53e9a0f81409fae (diff)
downloadsamba-ffdfe3e8b48bd74199f089176782ae3117106b71.tar.gz
samba-ffdfe3e8b48bd74199f089176782ae3117106b71.tar.xz
samba-ffdfe3e8b48bd74199f089176782ae3117106b71.zip
netapi: add skeleton for NetGroupSetUsers.
Guenther (This used to be commit 4d92d000a1676d2da45e8113ade60250c6c7eebe)
Diffstat (limited to 'source3/lib/netapi/libnetapi.h')
-rw-r--r--source3/lib/netapi/libnetapi.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/source3/lib/netapi/libnetapi.h b/source3/lib/netapi/libnetapi.h
index eecbf8e4d5d..c622116a93d 100644
--- a/source3/lib/netapi/libnetapi.h
+++ b/source3/lib/netapi/libnetapi.h
@@ -248,6 +248,15 @@ WERROR NetGroupGetUsers_r(struct libnetapi_ctx *ctx,
struct NetGroupGetUsers *r);
WERROR NetGroupGetUsers_l(struct libnetapi_ctx *ctx,
struct NetGroupGetUsers *r);
+NET_API_STATUS NetGroupSetUsers(const char * server_name /* [in] */,
+ const char * group_name /* [in] */,
+ uint32_t level /* [in] */,
+ uint8_t *buffer /* [in] [ref] */,
+ uint32_t num_entries /* [in] */);
+WERROR NetGroupSetUsers_r(struct libnetapi_ctx *ctx,
+ struct NetGroupSetUsers *r);
+WERROR NetGroupSetUsers_l(struct libnetapi_ctx *ctx,
+ struct NetGroupSetUsers *r);
NET_API_STATUS NetLocalGroupAdd(const char * server_name /* [in] */,
uint32_t level /* [in] */,
uint8_t *buffer /* [in] [ref] */,