1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-02 00:22:11 +03:00

netapi: add skeleton for NetShareGetInfo.

Guenther
(This used to be commit 237c6e0bca)
This commit is contained in:
Günther Deschner
2008-09-04 15:53:54 +02:00
parent 536788efda
commit fda790bb5d
3 changed files with 72 additions and 0 deletions

View File

@ -352,4 +352,12 @@ WERROR NetShareEnum_r(struct libnetapi_ctx *ctx,
struct NetShareEnum *r);
WERROR NetShareEnum_l(struct libnetapi_ctx *ctx,
struct NetShareEnum *r);
NET_API_STATUS NetShareGetInfo(const char * server_name /* [in] */,
const char * net_name /* [in] */,
uint32_t level /* [in] */,
uint8_t **buffer /* [out] [ref] */);
WERROR NetShareGetInfo_r(struct libnetapi_ctx *ctx,
struct NetShareGetInfo *r);
WERROR NetShareGetInfo_l(struct libnetapi_ctx *ctx,
struct NetShareGetInfo *r);
#endif /* __LIBNETAPI_LIBNETAPI__ */