1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-14 01:57:53 +03:00

netapi: add NetLocalGroupSetInfo() to IDL.

Guenther
(This used to be commit 0e02b40ae8a63a299f221dce82725b9151a7e499)
This commit is contained in:
Günther Deschner 2008-06-02 22:25:07 +02:00
parent a3f1e2ee0a
commit b71ff71e02

View File

@ -280,4 +280,13 @@ interface libnetapi
[in] uint32 level,
[out,ref] uint8 **buf
);
[nopush,nopull] NET_API_STATUS NetLocalGroupSetInfo(
[in] string server_name,
[in] string group_name,
[in] uint32 level,
[in,ref] uint8 *buf,
[out,ref] uint32 *parm_err
);
}