summaryrefslogtreecommitdiff
path: root/librpc/gen_ndr/rap.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-04-30 11:56:47 +0200
committerGünther Deschner <gd@samba.org>2010-04-30 13:44:41 +0200
commit3b3e19724cf178c916c6868c82f097000b79a1e2 (patch)
treef0563649dff29c43ec801ea152abee3213bf822d /librpc/gen_ndr/rap.h
parent1cdb1a9df61274adaee90a32a7376635c29fc689 (diff)
downloadsamba-3b3e19724cf178c916c6868c82f097000b79a1e2.tar.gz
samba-3b3e19724cf178c916c6868c82f097000b79a1e2.tar.bz2
samba-3b3e19724cf178c916c6868c82f097000b79a1e2.zip
s3: re-run make samba3-idl.
Guenther
Diffstat (limited to 'librpc/gen_ndr/rap.h')
-rw-r--r--librpc/gen_ndr/rap.h39
1 files changed, 39 insertions, 0 deletions
diff --git a/librpc/gen_ndr/rap.h b/librpc/gen_ndr/rap.h
index 63c990e0d4..10f4f23863 100644
--- a/librpc/gen_ndr/rap.h
+++ b/librpc/gen_ndr/rap.h
@@ -717,4 +717,43 @@ struct rap_NetPrintJobDelete {
};
+
+struct rap_NetPrintQueuePause {
+ struct {
+ const char * PrintQueueName;/* [flag(LIBNDR_FLAG_STR_ASCII|LIBNDR_FLAG_STR_NULLTERM)] */
+ } in;
+
+ struct {
+ uint16_t status;
+ uint16_t convert;
+ } out;
+
+};
+
+
+struct rap_NetPrintQueueResume {
+ struct {
+ const char * PrintQueueName;/* [flag(LIBNDR_FLAG_STR_ASCII|LIBNDR_FLAG_STR_NULLTERM)] */
+ } in;
+
+ struct {
+ uint16_t status;
+ uint16_t convert;
+ } out;
+
+};
+
+
+struct rap_NetPrintQueuePurge {
+ struct {
+ const char * PrintQueueName;/* [flag(LIBNDR_FLAG_STR_ASCII|LIBNDR_FLAG_STR_NULLTERM)] */
+ } in;
+
+ struct {
+ uint16_t status;
+ uint16_t convert;
+ } out;
+
+};
+
#endif /* _HEADER_rap */