diff options
author | Tim Potter <tpot@samba.org> | 2004-06-28 07:03:14 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:56:48 -0500 |
commit | 7e23efedd7d082ad391d4120e16441ba692a81da (patch) | |
tree | ba1fb88e6ca8555b6e7182340af6e0b28ee408f6 /source4/librpc/idl | |
parent | 25bf685da5c037d1875f96e7e7127106dee2865d (diff) | |
download | samba-7e23efedd7d082ad391d4120e16441ba692a81da.tar.gz samba-7e23efedd7d082ad391d4120e16441ba692a81da.tar.bz2 samba-7e23efedd7d082ad391d4120e16441ba692a81da.zip |
r1275: Make spoolss_PrinterInfo2 and spoolss_PrinterInfo5 public so we can
use them in the enumprinters server code.
(This used to be commit 5fcba0aa2019e489e3936ec13dd11a5e8d74ba9f)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/spoolss.idl | 4 |
1 files changed, 2 insertions, 2 deletions
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; |