diff options
author | Stefan Metzmacher <metze@samba.org> | 2005-02-18 17:23:24 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:10:46 -0500 |
commit | 00da7414d7fc09e5e6715c400d939534a926b8b3 (patch) | |
tree | ff2b49bbf035b5a55772ca77ca9872cceb3938db /source4/librpc/idl/spoolss.idl | |
parent | 1c3140b336b8305cdf6b2ea2e3125af7257389eb (diff) | |
download | samba-00da7414d7fc09e5e6715c400d939534a926b8b3.tar.gz samba-00da7414d7fc09e5e6715c400d939534a926b8b3.tar.bz2 samba-00da7414d7fc09e5e6715c400d939534a926b8b3.zip |
r5445: move FormInfo1 struct to the place where it's used
metze
(This used to be commit 748c456641bfc6717a0aaa9d1da903b041c7de5a)
Diffstat (limited to 'source4/librpc/idl/spoolss.idl')
-rw-r--r-- | source4/librpc/idl/spoolss.idl | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/source4/librpc/idl/spoolss.idl b/source4/librpc/idl/spoolss.idl index 41b992c5a2..a14f9dd824 100644 --- a/source4/librpc/idl/spoolss.idl +++ b/source4/librpc/idl/spoolss.idl @@ -100,17 +100,6 @@ [relative] nstring *comment; } spoolss_PrinterInfo1; - typedef struct { - uint32 flags; - [relative] nstring *formname; - uint32 width; - uint32 length; - uint32 left; - uint32 top; - uint32 right; - uint32 bottom; - } spoolss_FormInfo1; - typedef [public] struct { [relative] nstring *servername; [relative] nstring *printername; @@ -475,6 +464,17 @@ /******************/ /* Function: 0x20 */ + typedef struct { + uint32 flags; + [relative] nstring *formname; + uint32 width; + uint32 length; + uint32 left; + uint32 top; + uint32 right; + uint32 bottom; + } spoolss_FormInfo1; + WERROR spoolss_GetForm( [in,ref] policy_handle *handle, [in] unistr formname, |