mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
netapi: add NetShareDel to IDL.
Guenther
This commit is contained in:
parent
0c23274256
commit
f9c3ae1ab8
@ -1001,4 +1001,14 @@ interface libnetapi
|
||||
[in] uint8 *buffer,
|
||||
[out] uint32 *parm_err
|
||||
);
|
||||
|
||||
/*******************************************/
|
||||
/* NetShareDel */
|
||||
/*******************************************/
|
||||
|
||||
[nopush,nopull] NET_API_STATUS NetShareDel(
|
||||
[in] string server_name,
|
||||
[in] string net_name,
|
||||
[in] uint32 reserved
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user