summaryrefslogtreecommitdiff
path: root/librpc/idl/spoolss.idl
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-04-19 11:45:33 +0200
committerGünther Deschner <gd@samba.org>2010-04-19 11:53:59 +0200
commit7277668128e3a8c138e9dc48ce6c2e85d1aac34f (patch)
tree9089f87112ddcb56c55a27a520a8706927122078 /librpc/idl/spoolss.idl
parent2033314a7ca731e9cea76cb3296c3dc85660ae30 (diff)
downloadsamba-7277668128e3a8c138e9dc48ce6c2e85d1aac34f.tar.gz
samba-7277668128e3a8c138e9dc48ce6c2e85d1aac34f.tar.bz2
samba-7277668128e3a8c138e9dc48ce6c2e85d1aac34f.zip
spoolss: move up enum spoolss_Build in the IDL.
Guenther
Diffstat (limited to 'librpc/idl/spoolss.idl')
-rw-r--r--librpc/idl/spoolss.idl10
1 files changed, 5 insertions, 5 deletions
diff --git a/librpc/idl/spoolss.idl b/librpc/idl/spoolss.idl
index 1e5d1f2d4d..4127ffb4d2 100644
--- a/librpc/idl/spoolss.idl
+++ b/librpc/idl/spoolss.idl
@@ -119,6 +119,11 @@ cpp_quote("#define spoolss_security_descriptor security_descriptor")
JOB_STATUS_COMPLETE = 0x00001000
} spoolss_JobStatus;
+ typedef [v1_enum] enum {
+ SPOOLSS_DEBUGGING_BUILD = 0x00000000,
+ SPOOLSS_RELEASE_BUILD = 0x00000001
+ } spoolss_Build;
+
typedef [public,gensize] struct {
[relative] nstring *printername;
[relative] nstring *servername;
@@ -1146,11 +1151,6 @@ cpp_quote("#define spoolss_security_descriptor security_descriptor")
SPOOLSS_PRINTER_CONTROL_SET_STATUS = 4
} spoolss_PrinterControl;
- typedef [v1_enum] enum {
- SPOOLSS_DEBUGGING_BUILD = 0x00000000,
- SPOOLSS_RELEASE_BUILD = 0x00000001
- } spoolss_Build;
-
typedef struct {
[string,charset(UTF16)] uint16 *servername;
[string,charset(UTF16)] uint16 *printername;