mirror of
https://github.com/samba-team/samba.git
synced 2025-08-04 08:22:08 +03:00
netapi: add NetLocalGroupDel() skeleton.
Guenther
(This used to be commit 4234c87c6c
)
This commit is contained in:
@ -164,4 +164,10 @@ WERROR NetLocalGroupAdd_r(struct libnetapi_ctx *ctx,
|
||||
struct NetLocalGroupAdd *r);
|
||||
WERROR NetLocalGroupAdd_l(struct libnetapi_ctx *ctx,
|
||||
struct NetLocalGroupAdd *r);
|
||||
NET_API_STATUS NetLocalGroupDel(const char * server_name /* [in] */,
|
||||
const char * group_name /* [in] */);
|
||||
WERROR NetLocalGroupDel_r(struct libnetapi_ctx *ctx,
|
||||
struct NetLocalGroupDel *r);
|
||||
WERROR NetLocalGroupDel_l(struct libnetapi_ctx *ctx,
|
||||
struct NetLocalGroupDel *r);
|
||||
#endif /* __LIBNETAPI_LIBNETAPI__ */
|
||||
|
Reference in New Issue
Block a user