summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/lsa.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-03-27 18:48:28 +0100
committerGünther Deschner <gd@samba.org>2008-03-27 21:02:10 +0100
commit3fe908448eff8f85200c075cd2fe389e5b40ba5f (patch)
tree1ce850f8a381b24d2e1719d177b87b09577e0947 /source3/librpc/gen_ndr/lsa.h
parentfb30efac1577ad6e72800b7b800828640d625210 (diff)
downloadsamba-3fe908448eff8f85200c075cd2fe389e5b40ba5f.tar.gz
samba-3fe908448eff8f85200c075cd2fe389e5b40ba5f.tar.bz2
samba-3fe908448eff8f85200c075cd2fe389e5b40ba5f.zip
re-run make idl.
Guenther (This used to be commit e048780163f95fb7c2d337606794e1aa3c8b4b79)
Diffstat (limited to 'source3/librpc/gen_ndr/lsa.h')
-rw-r--r--source3/librpc/gen_ndr/lsa.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/source3/librpc/gen_ndr/lsa.h b/source3/librpc/gen_ndr/lsa.h
index 4fea08e99d..4285a5730e 100644
--- a/source3/librpc/gen_ndr/lsa.h
+++ b/source3/librpc/gen_ndr/lsa.h
@@ -40,6 +40,12 @@ struct lsa_AsciiStringLarge {
const char *string;/* [unique,charset(DOS),length_is(length),size_is(size)] */
}/* [public] */;
+struct lsa_BinaryString {
+ uint16_t length;
+ uint16_t size;
+ uint16_t *string;/* [unique,length_is(length/2),size_is(size/2)] */
+}/* [public] */;
+
struct lsa_LUID {
uint32_t low;
uint32_t high;