summaryrefslogtreecommitdiffstats
path: root/source3/lib/netapi/libnetapi.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-06-02 20:20:27 +0200
committerGünther Deschner <gd@samba.org>2008-06-03 01:27:48 +0200
commit45baadb31aee114529b93f959b8a6ecb60b4fab8 (patch)
treecf4cc96bf7a35bd61174d8b097ca0dee28f86315 /source3/lib/netapi/libnetapi.h
parentcc494641335b4c16b31b6fb0e91f79063adef668 (diff)
downloadsamba-45baadb31aee114529b93f959b8a6ecb60b4fab8.tar.gz
samba-45baadb31aee114529b93f959b8a6ecb60b4fab8.tar.xz
samba-45baadb31aee114529b93f959b8a6ecb60b4fab8.zip
netapi: add NetLocalGroupGetInfo() skeleton.
Guenther (This used to be commit f70e37a7fe1915f557e194237a8bb26bcf9635d7)
Diffstat (limited to 'source3/lib/netapi/libnetapi.h')
-rw-r--r--source3/lib/netapi/libnetapi.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/source3/lib/netapi/libnetapi.h b/source3/lib/netapi/libnetapi.h
index 2386488b728..3ee8cf3634f 100644
--- a/source3/lib/netapi/libnetapi.h
+++ b/source3/lib/netapi/libnetapi.h
@@ -170,4 +170,12 @@ WERROR NetLocalGroupDel_r(struct libnetapi_ctx *ctx,
struct NetLocalGroupDel *r);
WERROR NetLocalGroupDel_l(struct libnetapi_ctx *ctx,
struct NetLocalGroupDel *r);
+NET_API_STATUS NetLocalGroupGetInfo(const char * server_name /* [in] */,
+ const char * group_name /* [in] */,
+ uint32_t level /* [in] */,
+ uint8_t **buf /* [out] [ref] */);
+WERROR NetLocalGroupGetInfo_r(struct libnetapi_ctx *ctx,
+ struct NetLocalGroupGetInfo *r);
+WERROR NetLocalGroupGetInfo_l(struct libnetapi_ctx *ctx,
+ struct NetLocalGroupGetInfo *r);
#endif /* __LIBNETAPI_LIBNETAPI__ */