From 88df3c81ee283819faed2d521e98b1922c03854d Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 1 Jul 2005 11:04:33 +0000 Subject: r8050: - make use of more [value()] properties - the out subcontext's need to have a fixed size of r->in.offered, to make windows clients happy metze (This used to be commit 054e1ca434b2f81de199eeb41cb6233524fc5779) --- source4/include/structs.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/include') diff --git a/source4/include/structs.h b/source4/include/structs.h index b83c342e89..502180e966 100644 --- a/source4/include/structs.h +++ b/source4/include/structs.h @@ -72,6 +72,8 @@ struct spoolss_EndPagePrinter; struct spoolss_WritePrinter; struct spoolss_ReadPrinter; +struct spoolss_DeviceMode; + struct ntptr_context; struct ntptr_GenericHandle; -- cgit