s3: re-run make samba3-idl.
[samba.git] / librpc / gen_ndr / cli_spoolss.h
index 6314ec2bcac80845ce3159c035fa562c327e9546..06e9ec91fce3e953058394f8242535a1d664fc68 100644 (file)
@@ -75,9 +75,8 @@ NTSTATUS rpccli_spoolss_GetPrinter(struct rpc_pipe_client *cli,
                                   WERROR *werror);
 NTSTATUS rpccli_spoolss_AddPrinterDriver(struct rpc_pipe_client *cli,
                                         TALLOC_CTX *mem_ctx,
-                                        const char *servername /* [in] [ref,charset(UTF16)] */,
-                                        uint32_t level /* [in]  */,
-                                        union spoolss_AddDriverInfo info /* [in] [switch_is(level)] */,
+                                        const char *servername /* [in] [unique,charset(UTF16)] */,
+                                        struct spoolss_AddDriverInfoCtr *info_ctr /* [in] [ref] */,
                                         WERROR *werror);
 NTSTATUS rpccli_spoolss_EnumPrinterDrivers(struct rpc_pipe_client *cli,
                                           TALLOC_CTX *mem_ctx,
@@ -531,9 +530,8 @@ NTSTATUS rpccli_spoolss_XcvData(struct rpc_pipe_client *cli,
                                WERROR *werror);
 NTSTATUS rpccli_spoolss_AddPrinterDriverEx(struct rpc_pipe_client *cli,
                                           TALLOC_CTX *mem_ctx,
-                                          const char *servername /* [in] [ref,charset(UTF16)] */,
-                                          uint32_t level /* [in]  */,
-                                          union spoolss_AddDriverInfo info /* [in] [switch_is(level)] */,
+                                          const char *servername /* [in] [unique,charset(UTF16)] */,
+                                          struct spoolss_AddDriverInfoCtr *info_ctr /* [in] [ref] */,
                                           uint32_t flags /* [in]  */,
                                           WERROR *werror);
 NTSTATUS rpccli_spoolss_5a(struct rpc_pipe_client *cli,