diff options
author | Tim Potter <tpot@samba.org> | 2004-10-28 06:17:38 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:04:52 -0500 |
commit | c69b5f76427e7a73403acf16921c4084f4c281bb (patch) | |
tree | 14cca24ae0f26863515c51defb74505a90fece14 /source4/librpc | |
parent | fd608a16e2545aed7bde90b522d614e67de9d7e8 (diff) | |
download | samba-c69b5f76427e7a73403acf16921c4084f4c281bb.tar.gz samba-c69b5f76427e7a73403acf16921c4084f4c281bb.tar.bz2 samba-c69b5f76427e7a73403acf16921c4084f4c281bb.zip |
r3311: Consistency updates for form name members.
Add tests for EnumForms, GetForm, AddForm, DeleteForm.
(This used to be commit 6c49ce976a5c6982fa83de4ea723cef5597c29ef)
Diffstat (limited to 'source4/librpc')
-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 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; |