summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/libnetapi.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-08-29 18:56:46 +0200
committerGünther Deschner <gd@samba.org>2008-09-05 12:54:15 +0200
commit155dc7415e431f1efb9a26c8f7b18ec0e457ab5e (patch)
treee62d1c3d0c9a29fe73de50c129d52c806a409d17 /source3/librpc/gen_ndr/libnetapi.h
parent523b7fdfd1faa2f2cb2669f3698afc257be0c09b (diff)
downloadsamba-155dc7415e431f1efb9a26c8f7b18ec0e457ab5e.tar.gz
samba-155dc7415e431f1efb9a26c8f7b18ec0e457ab5e.tar.bz2
samba-155dc7415e431f1efb9a26c8f7b18ec0e457ab5e.zip
re-run make idl.
Guenther (This used to be commit 3da9584a7ad2a1a985186951a060a1500059b913)
Diffstat (limited to 'source3/librpc/gen_ndr/libnetapi.h')
-rw-r--r--source3/librpc/gen_ndr/libnetapi.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/source3/librpc/gen_ndr/libnetapi.h b/source3/librpc/gen_ndr/libnetapi.h
index 72cc96ac1d..7a5f28677e 100644
--- a/source3/librpc/gen_ndr/libnetapi.h
+++ b/source3/librpc/gen_ndr/libnetapi.h
@@ -1211,4 +1211,23 @@ struct NetShareDel {
};
+
+struct NetShareEnum {
+ struct {
+ const char * server_name;
+ uint32_t level;
+ uint32_t prefmaxlen;
+ uint32_t *resume_handle;/* [ref] */
+ } in;
+
+ struct {
+ uint8_t **buffer;/* [ref] */
+ uint32_t *entries_read;/* [ref] */
+ uint32_t *total_entries;/* [ref] */
+ uint32_t *resume_handle;/* [ref] */
+ enum NET_API_STATUS result;
+ } out;
+
+};
+
#endif /* _HEADER_libnetapi */