summaryrefslogtreecommitdiffstats
path: root/source3/lib/netapi/libnetapi.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-09-09 13:42:27 +0200
committerGünther Deschner <gd@samba.org>2008-09-11 14:30:42 +0200
commit40e9ddd6e422f2fa6d0ffa43dc4c78bef5489b7a (patch)
tree82cb462cad43c8d401b34d547d7e29a640c78eb0 /source3/lib/netapi/libnetapi.h
parentf5c2e5890ec704af546bf84404bbd4cad2d7a266 (diff)
downloadsamba-40e9ddd6e422f2fa6d0ffa43dc4c78bef5489b7a.tar.gz
samba-40e9ddd6e422f2fa6d0ffa43dc4c78bef5489b7a.tar.xz
samba-40e9ddd6e422f2fa6d0ffa43dc4c78bef5489b7a.zip
netapi: add NetUserGetLocalGroups skeleton.
Guenther (This used to be commit b31209e4495de31140c57338a891569b3436d91e)
Diffstat (limited to 'source3/lib/netapi/libnetapi.h')
-rw-r--r--source3/lib/netapi/libnetapi.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/source3/lib/netapi/libnetapi.h b/source3/lib/netapi/libnetapi.h
index c622116a93d..766d6fb705b 100644
--- a/source3/lib/netapi/libnetapi.h
+++ b/source3/lib/netapi/libnetapi.h
@@ -154,6 +154,18 @@ WERROR NetUserSetGroups_r(struct libnetapi_ctx *ctx,
struct NetUserSetGroups *r);
WERROR NetUserSetGroups_l(struct libnetapi_ctx *ctx,
struct NetUserSetGroups *r);
+NET_API_STATUS NetUserGetLocalGroups(const char * server_name /* [in] */,
+ const char * user_name /* [in] */,
+ uint32_t level /* [in] */,
+ uint32_t flags /* [in] */,
+ uint8_t **buffer /* [out] [ref] */,
+ uint32_t prefmaxlen /* [in] */,
+ uint32_t *entries_read /* [out] [ref] */,
+ uint32_t *total_entries /* [out] [ref] */);
+WERROR NetUserGetLocalGroups_r(struct libnetapi_ctx *ctx,
+ struct NetUserGetLocalGroups *r);
+WERROR NetUserGetLocalGroups_l(struct libnetapi_ctx *ctx,
+ struct NetUserGetLocalGroups *r);
NET_API_STATUS NetUserModalsGet(const char * server_name /* [in] */,
uint32_t level /* [in] */,
uint8_t **buffer /* [out] [ref] */);