From 00da7414d7fc09e5e6715c400d939534a926b8b3 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 18 Feb 2005 17:23:24 +0000 Subject: [PATCH] r5445: move FormInfo1 struct to the place where it's used metze (This used to be commit 748c456641bfc6717a0aaa9d1da903b041c7de5a) --- source4/librpc/idl/spoolss.idl | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/source4/librpc/idl/spoolss.idl b/source4/librpc/idl/spoolss.idl index 41b992c5a29..a14f9dd8248 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, -- 2.11.4.GIT