summaryrefslogtreecommitdiff
path: root/source3/lib/netapi/user.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-07-17 01:00:33 +0200
committerGünther Deschner <gd@samba.org>2008-07-18 17:21:44 +0200
commitc7b151e78c704ff878d11894c2e22aa2454dcff0 (patch)
tree3189776099103cdf64f64b39ea47b2133bde2634 /source3/lib/netapi/user.c
parent757bc51539fb015f946511cd137ae5609e0add7a (diff)
downloadsamba-c7b151e78c704ff878d11894c2e22aa2454dcff0.tar.gz
samba-c7b151e78c704ff878d11894c2e22aa2454dcff0.tar.bz2
samba-c7b151e78c704ff878d11894c2e22aa2454dcff0.zip
netapi: add skeleton for NetUserSetInfo.
Guenther (This used to be commit 8cc555602f53f6afaded2eff58ed57f87b915c64)
Diffstat (limited to 'source3/lib/netapi/user.c')
-rw-r--r--source3/lib/netapi/user.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/source3/lib/netapi/user.c b/source3/lib/netapi/user.c
index b318aa66dc..2c18cd0282 100644
--- a/source3/lib/netapi/user.c
+++ b/source3/lib/netapi/user.c
@@ -1204,3 +1204,21 @@ WERROR NetUserGetInfo_l(struct libnetapi_ctx *ctx,
return WERR_NOT_SUPPORTED;
}
+/****************************************************************
+****************************************************************/
+
+WERROR NetUserSetInfo_r(struct libnetapi_ctx *ctx,
+ struct NetUserSetInfo *r)
+{
+ return WERR_NOT_SUPPORTED;
+}
+
+/****************************************************************
+****************************************************************/
+
+WERROR NetUserSetInfo_l(struct libnetapi_ctx *ctx,
+ struct NetUserSetInfo *r)
+{
+ return WERR_NOT_SUPPORTED;
+}
+