diff options
author | Stefan Metzmacher <metze@samba.org> | 2005-06-06 09:59:43 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:17:42 -0500 |
commit | 9a831a3963d9784a470b7d3971b54bd9bde3d7c3 (patch) | |
tree | 0312550c7dae4e894645e7fc2a4c2b9acf5c29e1 /source4/include/structs.h | |
parent | aa5ff56d89814bc92decc7e9db6e2ed8cf8630b7 (diff) | |
download | samba-9a831a3963d9784a470b7d3971b54bd9bde3d7c3.tar.gz samba-9a831a3963d9784a470b7d3971b54bd9bde3d7c3.tar.bz2 samba-9a831a3963d9784a470b7d3971b54bd9bde3d7c3.zip |
r7328: fix GetPrinterData and SetPrinterData, with zero length subcontexts
metze
(This used to be commit 73d597bacf83492ed3da2307dd6785548b903b39)
Diffstat (limited to 'source4/include/structs.h')
-rw-r--r-- | source4/include/structs.h | 2 |
1 files changed, 2 insertions, 0 deletions
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; |