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:
parent
1c3140b336
commit
00da7414d7
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user