diff options
Diffstat (limited to 'source4/librpc/ndr/ndr_misc.h')
-rw-r--r-- | source4/librpc/ndr/ndr_misc.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/source4/librpc/ndr/ndr_misc.h b/source4/librpc/ndr/ndr_misc.h index cc3576b3e8..1621bf6e05 100644 --- a/source4/librpc/ndr/ndr_misc.h +++ b/source4/librpc/ndr/ndr_misc.h @@ -24,3 +24,9 @@ struct policy_handle { char data[20]; }; + +/* A buffer of uint8s */ +struct uint8_buf { + uint32 size; + uint8 *data; +}; |