X-Git-Url: http://git.samba.org/?a=blobdiff_plain;f=source3%2Flibrpc%2Fgen_ndr%2Fndr_libnetapi.h;h=3d414899908aeb98608b0771cd02f49e73f699e4;hb=5986c6730592cc9c007338be8524f74d62467da6;hp=31b7139db07bad0633b12ab94649c3ba290ddd0d;hpb=092f92699dd142f368f9f9f45600bcb4dbbb2e3e;p=metze%2Fsamba%2Fwip.git diff --git a/source3/librpc/gen_ndr/ndr_libnetapi.h b/source3/librpc/gen_ndr/ndr_libnetapi.h index 31b7139db07b..3d414899908a 100644 --- a/source3/librpc/gen_ndr/ndr_libnetapi.h +++ b/source3/librpc/gen_ndr/ndr_libnetapi.h @@ -100,7 +100,9 @@ #define NDR_NETFILECLOSE (0x2e) -#define NDR_LIBNETAPI_CALL_COUNT (47) +#define NDR_NETFILEGETINFO (0x2f) + +#define NDR_LIBNETAPI_CALL_COUNT (48) enum ndr_err_code ndr_push_NET_API_STATUS(struct ndr_push *ndr, int ndr_flags, enum NET_API_STATUS r); enum ndr_err_code ndr_pull_NET_API_STATUS(struct ndr_pull *ndr, int ndr_flags, enum NET_API_STATUS *r); void ndr_print_NET_API_STATUS(struct ndr_print *ndr, const char *name, enum NET_API_STATUS r); @@ -380,4 +382,7 @@ void ndr_print_NetShareSetInfo(struct ndr_print *ndr, const char *name, int flag enum ndr_err_code ndr_push_NetFileClose(struct ndr_push *ndr, int flags, const struct NetFileClose *r); enum ndr_err_code ndr_pull_NetFileClose(struct ndr_pull *ndr, int flags, struct NetFileClose *r); void ndr_print_NetFileClose(struct ndr_print *ndr, const char *name, int flags, const struct NetFileClose *r); +enum ndr_err_code ndr_push_NetFileGetInfo(struct ndr_push *ndr, int flags, const struct NetFileGetInfo *r); +enum ndr_err_code ndr_pull_NetFileGetInfo(struct ndr_pull *ndr, int flags, struct NetFileGetInfo *r); +void ndr_print_NetFileGetInfo(struct ndr_print *ndr, const char *name, int flags, const struct NetFileGetInfo *r); #endif /* _HEADER_NDR_libnetapi */