summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/libnetapi.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-09-09 21:59:36 +0200
committerGünther Deschner <gd@samba.org>2008-09-11 14:37:33 +0200
commit96619efec3d24f28e98562ee7055509daad067b5 (patch)
tree54b375fb3163438a4f711d9de7324253f2f80c35 /source3/librpc/gen_ndr/libnetapi.h
parente5ae75d001782482d3112324ea2147da8e5f392f (diff)
downloadsamba-96619efec3d24f28e98562ee7055509daad067b5.tar.gz
samba-96619efec3d24f28e98562ee7055509daad067b5.tar.bz2
samba-96619efec3d24f28e98562ee7055509daad067b5.zip
re-run make idl.
Guenther (This used to be commit 995dea40629883ae9ac2871eeb033a168a3b4935)
Diffstat (limited to 'source3/librpc/gen_ndr/libnetapi.h')
-rw-r--r--source3/librpc/gen_ndr/libnetapi.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/source3/librpc/gen_ndr/libnetapi.h b/source3/librpc/gen_ndr/libnetapi.h
index 00e5f50b7f..98da9e12ea 100644
--- a/source3/librpc/gen_ndr/libnetapi.h
+++ b/source3/librpc/gen_ndr/libnetapi.h
@@ -1433,4 +1433,25 @@ struct NetFileGetInfo {
};
+
+struct NetFileEnum {
+ struct {
+ const char * server_name;
+ const char * base_path;
+ const char * user_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 */