r1206: Give the spoolss pipe an endpoint.
authorTim Potter <tpot@samba.org>
Sun, 20 Jun 2004 11:29:08 +0000 (11:29 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:56:45 +0000 (12:56 -0500)
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

index f9cd77058343be6d2fedd6912e0c828a70d53a5e..5ef5b7aa438464f62f17b9e225d4b7735c51d5be 100644 (file)
@@ -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;