1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-22 16:23:49 +03:00

spoolss include definitions

J.F.
This commit is contained in:
Jean-François Micouleau
-
parent 81e375bbbe
commit 853a1a3027
5 changed files with 35 additions and 15 deletions

View File

@@ -156,6 +156,13 @@ typedef struct buffer3_info
} BUFFER3;
/* BUFFER5 */
typedef struct buffer5_info
{
uint32 buf_len;
uint16 *buffer; /* data */
} BUFFER5;
/* UNISTR2 - unicode string size (in uint16 unicode chars) and buffer */
typedef struct unistr2_info
{