s3: re-run make samba3-idl.
authorGünther Deschner <gd@samba.org>
Thu, 5 Feb 2009 11:19:54 +0000 (12:19 +0100)
committerGünther Deschner <gd@samba.org>
Thu, 5 Feb 2009 11:19:54 +0000 (12:19 +0100)
Guenther

librpc/gen_ndr/spoolss.h

index a3148ecef3f43bf03a37ce24cff839b2e3bdc328..49eb7990799b3478f4d33b35ce48c2c690b0fd83 100644 (file)
@@ -911,6 +911,10 @@ struct spoolss_AddPrinter {
 
 
 struct spoolss_DeletePrinter {
+       struct {
+               struct policy_handle *handle;/* [ref] */
+       } in;
+
        struct {
                WERROR result;
        } out;
@@ -1841,7 +1845,7 @@ struct spoolss_RemoteFindNextPrinterChangeNotifyEx {
        } in;
 
        struct {
-               struct spoolss_NotifyInfo *info;/* [unique] */
+               struct spoolss_NotifyInfo **info;/* [ref] */
                WERROR result;
        } out;