From 7e23efedd7d082ad391d4120e16441ba692a81da Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Mon, 28 Jun 2004 07:03:14 +0000 Subject: r1275: Make spoolss_PrinterInfo2 and spoolss_PrinterInfo5 public so we can use them in the enumprinters server code. (This used to be commit 5fcba0aa2019e489e3936ec13dd11a5e8d74ba9f) --- source4/librpc/idl/spoolss.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/librpc/idl/spoolss.idl') diff --git a/source4/librpc/idl/spoolss.idl b/source4/librpc/idl/spoolss.idl index 5ef5b7aa43..a0a3c8aca8 100644 --- a/source4/librpc/idl/spoolss.idl +++ b/source4/librpc/idl/spoolss.idl @@ -66,7 +66,7 @@ uint32 bottom; } spoolss_FormInfo1; - typedef struct { + typedef [public] struct { [relative] nstring *servername; [relative] nstring *printername; [relative] nstring *sharename; @@ -101,7 +101,7 @@ uint32 attributes; } spoolss_PrinterInfo4; - typedef struct { + typedef [public] struct { [relative] nstring *printername; [relative] nstring *portname; uint32 attributes; -- cgit