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:
@ -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__ */
|
||||
|
Reference in New Issue
Block a user