diff options
author | Tim Potter <tpot@samba.org> | 2004-06-20 11:29:08 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:56:45 -0500 |
commit | 5c72db907e259aab6e6dc231ba3cd051681a8f24 (patch) | |
tree | a781247fee84541328c984e8d98aaaaa86b487af | |
parent | 766d7dd2024c55faa46fd4b479c72fed40ef082a (diff) | |
download | samba-5c72db907e259aab6e6dc231ba3cd051681a8f24.tar.gz samba-5c72db907e259aab6e6dc231ba3cd051681a8f24.tar.bz2 samba-5c72db907e259aab6e6dc231ba3cd051681a8f24.zip |
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)
-rw-r--r-- | source4/librpc/idl/spoolss.idl | 3 |
1 files changed, 2 insertions, 1 deletions
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; |