mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
netapi: add NetShareAdd skeleton.
Guenther
(This used to be commit 6e22bcc1f5
)
This commit is contained in:
@ -317,4 +317,12 @@ WERROR NetRemoteTOD_r(struct libnetapi_ctx *ctx,
|
||||
struct NetRemoteTOD *r);
|
||||
WERROR NetRemoteTOD_l(struct libnetapi_ctx *ctx,
|
||||
struct NetRemoteTOD *r);
|
||||
NET_API_STATUS NetShareAdd(const char * server_name /* [in] */,
|
||||
uint32_t level /* [in] */,
|
||||
uint8_t *buffer /* [in] [ref] */,
|
||||
uint32_t *parm_err /* [out] [ref] */);
|
||||
WERROR NetShareAdd_r(struct libnetapi_ctx *ctx,
|
||||
struct NetShareAdd *r);
|
||||
WERROR NetShareAdd_l(struct libnetapi_ctx *ctx,
|
||||
struct NetShareAdd *r);
|
||||
#endif /* __LIBNETAPI_LIBNETAPI__ */
|
||||
|
Reference in New Issue
Block a user