From 9a831a3963d9784a470b7d3971b54bd9bde3d7c3 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 6 Jun 2005 09:59:43 +0000 Subject: r7328: fix GetPrinterData and SetPrinterData, with zero length subcontexts metze (This used to be commit 73d597bacf83492ed3da2307dd6785548b903b39) --- 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 fbc4150aa3..934dc6e192 100644 --- a/source4/include/structs.h +++ b/source4/include/structs.h @@ -37,6 +37,8 @@ union spoolss_FormInfo; union spoolss_PortInfo; union spoolss_MonitorInfo; union spoolss_PrintProcessorInfo; +struct spoolss_GetPrinterData; +struct spoolss_SetPrinterData; struct drsuapi_DsReplicaObjectListItem; struct drsuapi_DsReplicaObjectListItemEx; -- cgit