1
0
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:
Günther Deschner
2008-06-02 19:20:25 +02:00
parent 7019644a77
commit 7773d79afd
3 changed files with 68 additions and 0 deletions

View File

@ -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__ */