From 512e815d2b5cbc8bc073ff5bf949eb8bfc0d8083 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 5 Feb 2009 12:19:54 +0100 Subject: s3: re-run make samba3-idl. Guenther --- librpc/gen_ndr/spoolss.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'librpc') 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 @@ -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; -- cgit