summaryrefslogtreecommitdiff
path: root/source4/librpc
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2004-06-20 11:29:08 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:56:45 -0500
commit5c72db907e259aab6e6dc231ba3cd051681a8f24 (patch)
treea781247fee84541328c984e8d98aaaaa86b487af /source4/librpc
parent766d7dd2024c55faa46fd4b479c72fed40ef082a (diff)
downloadsamba-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)
Diffstat (limited to 'source4/librpc')
-rw-r--r--source4/librpc/idl/spoolss.idl3
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;