summaryrefslogtreecommitdiff
path: root/source3/lib/netapi/localgroup.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-06-02 22:29:32 +0200
committerGünther Deschner <gd@samba.org>2008-06-03 01:27:49 +0200
commitbf225fc8e0d9160527fcf1cce5896c300a594f1e (patch)
tree5ad11010903feed2d153e9e8ef0c49aa0116880e /source3/lib/netapi/localgroup.c
parent504fbb5b2395c7417ce485a460dd44fefe9862b3 (diff)
downloadsamba-bf225fc8e0d9160527fcf1cce5896c300a594f1e.tar.gz
samba-bf225fc8e0d9160527fcf1cce5896c300a594f1e.tar.bz2
samba-bf225fc8e0d9160527fcf1cce5896c300a594f1e.zip
netapi: add NetLocalGroupSetInfo() skeleton.
Guenther (This used to be commit 325f419636a69c40ee25c068787866384ef52279)
Diffstat (limited to 'source3/lib/netapi/localgroup.c')
-rw-r--r--source3/lib/netapi/localgroup.c20
1 files changed, 20 insertions, 0 deletions
diff --git a/source3/lib/netapi/localgroup.c b/source3/lib/netapi/localgroup.c
index d05ebd3457..7f7aa9a2b1 100644
--- a/source3/lib/netapi/localgroup.c
+++ b/source3/lib/netapi/localgroup.c
@@ -551,3 +551,23 @@ WERROR NetLocalGroupGetInfo_l(struct libnetapi_ctx *ctx,
{
return NetLocalGroupGetInfo_r(ctx, r);
}
+
+/****************************************************************
+****************************************************************/
+
+WERROR NetLocalGroupSetInfo_r(struct libnetapi_ctx *ctx,
+ struct NetLocalGroupSetInfo *r)
+{
+ return WERR_NOT_SUPPORTED;
+}
+
+/****************************************************************
+****************************************************************/
+
+WERROR NetLocalGroupSetInfo_l(struct libnetapi_ctx *ctx,
+ struct NetLocalGroupSetInfo *r)
+{
+ return WERR_NOT_SUPPORTED;
+}
+
+