summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/libnetapi.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-09-09 19:20:05 +0200
committerGünther Deschner <gd@samba.org>2008-09-11 14:35:57 +0200
commite6467a3e907b3bd1e3ea67a94b9c753c392f8a20 (patch)
tree0517a78892badf423b5e080d944c7c086d44c822 /source3/librpc/gen_ndr/libnetapi.h
parent5dbda0aa8961a2cded5f9c7d0be879e58e260293 (diff)
downloadsamba-e6467a3e907b3bd1e3ea67a94b9c753c392f8a20.tar.gz
samba-e6467a3e907b3bd1e3ea67a94b9c753c392f8a20.tar.bz2
samba-e6467a3e907b3bd1e3ea67a94b9c753c392f8a20.zip
re-run make idl.
Guenther (This used to be commit 74edd3e8535620cad69f8659ff52a3142217c310)
Diffstat (limited to 'source3/librpc/gen_ndr/libnetapi.h')
-rw-r--r--source3/librpc/gen_ndr/libnetapi.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/source3/librpc/gen_ndr/libnetapi.h b/source3/librpc/gen_ndr/libnetapi.h
index d61a562a95..864926f139 100644
--- a/source3/librpc/gen_ndr/libnetapi.h
+++ b/source3/librpc/gen_ndr/libnetapi.h
@@ -1393,4 +1393,17 @@ struct NetShareSetInfo {
};
+
+struct NetFileClose {
+ struct {
+ const char * server_name;
+ uint32_t fileid;
+ } in;
+
+ struct {
+ enum NET_API_STATUS result;
+ } out;
+
+};
+
#endif /* _HEADER_libnetapi */