diff options
author | Günther Deschner <gd@samba.org> | 2009-02-05 12:19:54 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-02-05 12:19:54 +0100 |
commit | 512e815d2b5cbc8bc073ff5bf949eb8bfc0d8083 (patch) | |
tree | 287e58f269cf1755e7eaa0a75102fa07b89262ca | |
parent | 177f7c21ee22c4467f2aebea4c0f778567f90dec (diff) | |
download | samba-512e815d2b5cbc8bc073ff5bf949eb8bfc0d8083.tar.gz samba-512e815d2b5cbc8bc073ff5bf949eb8bfc0d8083.tar.bz2 samba-512e815d2b5cbc8bc073ff5bf949eb8bfc0d8083.zip |
s3: re-run make samba3-idl.
Guenther
-rw-r--r-- | librpc/gen_ndr/spoolss.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/librpc/gen_ndr/spoolss.h b/librpc/gen_ndr/spoolss.h index a3148ecef3..49eb799079 100644 --- a/librpc/gen_ndr/spoolss.h +++ b/librpc/gen_ndr/spoolss.h @@ -912,6 +912,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; |