summaryrefslogtreecommitdiff
path: root/source3/include/rpc_misc.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2004-12-20 12:52:33 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:53:41 -0500
commit111f62c00c31ac98d50c0a01e31cb1d44082be29 (patch)
tree8d21e9d0d53e81c2e50a57e1718a41cfe76d2e31 /source3/include/rpc_misc.h
parent992ad2848522e5219291d6b9b7a6be982c147a12 (diff)
downloadsamba-111f62c00c31ac98d50c0a01e31cb1d44082be29.tar.gz
samba-111f62c00c31ac98d50c0a01e31cb1d44082be29.tar.bz2
samba-111f62c00c31ac98d50c0a01e31cb1d44082be29.zip
r4287: Vampire SAM_DELTA_DOMAIN_INFO.
Based on samba4-idl. The decoding of account-lockout-string is somewhat experimental though. Guenther (This used to be commit 721bf50d7446b8ce18bc1d45e17d4214d5a43d26)
Diffstat (limited to 'source3/include/rpc_misc.h')
-rw-r--r--source3/include/rpc_misc.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/source3/include/rpc_misc.h b/source3/include/rpc_misc.h
index 0c6eee3650..ee8208e90e 100644
--- a/source3/include/rpc_misc.h
+++ b/source3/include/rpc_misc.h
@@ -395,6 +395,15 @@ typedef struct bufhdr2_info
}
BUFHDR2;
+/* BUFHDR4 - another buffer header */
+typedef struct bufhdr4_info
+{
+ uint32 size;
+ uint32 buffer;
+
+}
+BUFHDR4;
+
/* BUFFER4 - simple length and buffer */
typedef struct buffer4_info
{