re-run make idl.
[metze/samba/wip.git] / source3 / librpc / gen_ndr / ndr_libnetapi.h
index 31b7139db07bad0633b12ab94649c3ba290ddd0d..3d414899908aeb98608b0771cd02f49e73f699e4 100644 (file)
 
 #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 */