From c69b5f76427e7a73403acf16921c4084f4c281bb Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Thu, 28 Oct 2004 06:17:38 +0000 Subject: r3311: Consistency updates for form name members. Add tests for EnumForms, GetForm, AddForm, DeleteForm. (This used to be commit 6c49ce976a5c6982fa83de4ea723cef5597c29ef) --- source4/librpc/idl/spoolss.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/librpc/idl') diff --git a/source4/librpc/idl/spoolss.idl b/source4/librpc/idl/spoolss.idl index e30be6844c..85e32a98e6 100644 --- a/source4/librpc/idl/spoolss.idl +++ b/source4/librpc/idl/spoolss.idl @@ -101,7 +101,7 @@ typedef struct { uint32 flags; - [relative] nstring *name; + [relative] nstring *formname; uint32 width; uint32 length; uint32 left; @@ -444,7 +444,7 @@ typedef struct { uint32 flags; - [relative] unistr *name; + [relative] unistr *formname; uint32 width; uint32 length; uint32 left; -- cgit