1
0
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:
Günther Deschner
2008-08-28 01:01:11 +02:00
parent 0f1025a1bc
commit 0b484e684a
4 changed files with 99 additions and 1 deletions

View File

@ -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__ */