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:
parent
a3f1e2ee0a
commit
b71ff71e02
@ -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
|
||||
);
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user