mirror of
https://github.com/samba-team/samba.git
synced 2025-07-23 20:59:10 +03:00
netapi: add NetFileEnum skeleton.
Guenther
(This used to be commit 8113249fe3
)
This commit is contained in:
@ -177,3 +177,21 @@ WERROR NetFileGetInfo_l(struct libnetapi_ctx *ctx,
|
||||
{
|
||||
LIBNETAPI_REDIRECT_TO_LOCALHOST(ctx, r, NetFileGetInfo);
|
||||
}
|
||||
|
||||
/****************************************************************
|
||||
****************************************************************/
|
||||
|
||||
WERROR NetFileEnum_r(struct libnetapi_ctx *ctx,
|
||||
struct NetFileEnum *r)
|
||||
{
|
||||
return WERR_NOT_SUPPORTED;
|
||||
}
|
||||
|
||||
/****************************************************************
|
||||
****************************************************************/
|
||||
|
||||
WERROR NetFileEnum_l(struct libnetapi_ctx *ctx,
|
||||
struct NetFileEnum *r)
|
||||
{
|
||||
LIBNETAPI_REDIRECT_TO_LOCALHOST(ctx, r, NetFileEnum);
|
||||
}
|
||||
|
Reference in New Issue
Block a user