1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-29 15:42:04 +03:00

netapi: Add dummy implementation of NetGroupSetInfo().

Guenther
(This used to be commit 7e47bdc082)
This commit is contained in:
Günther Deschner
2008-06-02 12:54:17 +02:00
parent e11081a672
commit b01a0a16a6
4 changed files with 104 additions and 1 deletions

View File

@ -125,4 +125,13 @@ WERROR NetGroupDel_r(struct libnetapi_ctx *ctx,
struct NetGroupDel *r);
WERROR NetGroupDel_l(struct libnetapi_ctx *ctx,
struct NetGroupDel *r);
NET_API_STATUS NetGroupSetInfo(const char * server_name /* [in] */,
const char * group_name /* [in] */,
uint32_t level /* [in] */,
uint8_t *buf /* [in] [ref] */,
uint32_t *parm_err /* [out] [ref] */);
WERROR NetGroupSetInfo_r(struct libnetapi_ctx *ctx,
struct NetGroupSetInfo *r);
WERROR NetGroupSetInfo_l(struct libnetapi_ctx *ctx,
struct NetGroupSetInfo *r);
#endif /* __LIBNETAPI_LIBNETAPI__ */