summaryrefslogtreecommitdiffstats
path: root/source3/lib/netapi/libnetapi.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-06-02 19:20:25 +0200
committerGünther Deschner <gd@samba.org>2008-06-03 01:27:47 +0200
commit7773d79afd4718cacd33d490870c5bc042642d1f (patch)
treedef1519f0ee9306a32d7a666f20c864b36047b31 /source3/lib/netapi/libnetapi.h
parent7019644a77c1d5b364736b654726a1d5582febeb (diff)
downloadsamba-7773d79afd4718cacd33d490870c5bc042642d1f.tar.gz
samba-7773d79afd4718cacd33d490870c5bc042642d1f.tar.xz
samba-7773d79afd4718cacd33d490870c5bc042642d1f.zip
netapi: add NetLocalGroupDel() skeleton.
Guenther (This used to be commit 4234c87c6c30434bc5bcfcc003fdaa0114e9d74a)
Diffstat (limited to 'source3/lib/netapi/libnetapi.h')
-rw-r--r--source3/lib/netapi/libnetapi.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/source3/lib/netapi/libnetapi.h b/source3/lib/netapi/libnetapi.h
index 38826996fa5..2386488b728 100644
--- a/source3/lib/netapi/libnetapi.h
+++ b/source3/lib/netapi/libnetapi.h
@@ -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__ */