1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-04 05:18:06 +03:00

r5445: move FormInfo1 struct to the place where it's used

metze
(This used to be commit 748c456641)
This commit is contained in:
Stefan Metzmacher 2005-02-18 17:23:24 +00:00 committed by Gerald (Jerry) Carter
parent 1c3140b336
commit 00da7414d7

View File

@ -100,17 +100,6 @@
[relative] nstring *comment;
} spoolss_PrinterInfo1;
typedef struct {
uint32 flags;
[relative] nstring *formname;
uint32 width;
uint32 length;
uint32 left;
uint32 top;
uint32 right;
uint32 bottom;
} spoolss_FormInfo1;
typedef [public] struct {
[relative] nstring *servername;
[relative] nstring *printername;
@ -475,6 +464,17 @@
/******************/
/* Function: 0x20 */
typedef struct {
uint32 flags;
[relative] nstring *formname;
uint32 width;
uint32 length;
uint32 left;
uint32 top;
uint32 right;
uint32 bottom;
} spoolss_FormInfo1;
WERROR spoolss_GetForm(
[in,ref] policy_handle *handle,
[in] unistr formname,