summaryrefslogtreecommitdiffstats
path: root/source3/lib/netapi/libnetapi.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-09-09 19:21:48 +0200
committerGünther Deschner <gd@samba.org>2008-09-11 14:36:05 +0200
commit1aff85342792e8ce4713285be85124d975ace271 (patch)
treedea8c9be9f55a81d922e0236ec062b531a67a1c8 /source3/lib/netapi/libnetapi.h
parente6467a3e907b3bd1e3ea67a94b9c753c392f8a20 (diff)
downloadsamba-1aff85342792e8ce4713285be85124d975ace271.tar.gz
samba-1aff85342792e8ce4713285be85124d975ace271.tar.xz
samba-1aff85342792e8ce4713285be85124d975ace271.zip
netapi: add NetFileClose skeleton.
Guenther (This used to be commit 4a006ae644bd85b670aab835dc7d90dadaec3503)
Diffstat (limited to 'source3/lib/netapi/libnetapi.h')
-rw-r--r--source3/lib/netapi/libnetapi.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/source3/lib/netapi/libnetapi.h b/source3/lib/netapi/libnetapi.h
index 766d6fb705b..86485636657 100644
--- a/source3/lib/netapi/libnetapi.h
+++ b/source3/lib/netapi/libnetapi.h
@@ -399,4 +399,10 @@ WERROR NetShareSetInfo_r(struct libnetapi_ctx *ctx,
struct NetShareSetInfo *r);
WERROR NetShareSetInfo_l(struct libnetapi_ctx *ctx,
struct NetShareSetInfo *r);
+NET_API_STATUS NetFileClose(const char * server_name /* [in] */,
+ uint32_t fileid /* [in] */);
+WERROR NetFileClose_r(struct libnetapi_ctx *ctx,
+ struct NetFileClose *r);
+WERROR NetFileClose_l(struct libnetapi_ctx *ctx,
+ struct NetFileClose *r);
#endif /* __LIBNETAPI_LIBNETAPI__ */