summaryrefslogtreecommitdiff
path: root/source4/librpc/idl
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2004-10-28 06:17:38 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:04:52 -0500
commitc69b5f76427e7a73403acf16921c4084f4c281bb (patch)
tree14cca24ae0f26863515c51defb74505a90fece14 /source4/librpc/idl
parentfd608a16e2545aed7bde90b522d614e67de9d7e8 (diff)
downloadsamba-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/idl')
-rw-r--r--source4/librpc/idl/spoolss.idl4
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;