From 5c72db907e259aab6e6dc231ba3cd051681a8f24 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Sun, 20 Jun 2004 11:29:08 +0000 Subject: r1206: Give the spoolss pipe an endpoint. Make PrinterInfo1 struct public so we can call the push function in spoolss_EnumPrinters(). (This used to be commit f4309f3ced337cf5d968f62e80adee1eb75201af) --- source4/librpc/idl/spoolss.idl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source4/librpc') diff --git a/source4/librpc/idl/spoolss.idl b/source4/librpc/idl/spoolss.idl index f9cd770583..5ef5b7aa43 100644 --- a/source4/librpc/idl/spoolss.idl +++ b/source4/librpc/idl/spoolss.idl @@ -6,6 +6,7 @@ [ uuid(12345678-1234-abcd-ef00-0123456789ab), version(1.0), + endpoints(spoolss), pointer_default(unique) ] interface spoolss { @@ -47,7 +48,7 @@ uint8 private[driverextra]; } spoolss_DeviceMode; - typedef struct { + typedef [public] struct { uint32 flags; [relative] nstring *name; [relative] nstring *description; -- cgit