1
0
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:
Günther Deschner 2008-08-29 18:32:25 +02:00
parent 0c23274256
commit f9c3ae1ab8

View File

@ -1001,4 +1001,14 @@ interface libnetapi
[in] uint8 *buffer, [in] uint8 *buffer,
[out] uint32 *parm_err [out] uint32 *parm_err
); );
/*******************************************/
/* NetShareDel */
/*******************************************/
[nopush,nopull] NET_API_STATUS NetShareDel(
[in] string server_name,
[in] string net_name,
[in] uint32 reserved
);
} }