summaryrefslogtreecommitdiffstats
path: root/librpc/gen_ndr/rap.h
diff options
context:
space:
mode:
Diffstat (limited to 'librpc/gen_ndr/rap.h')
-rw-r--r--librpc/gen_ndr/rap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/librpc/gen_ndr/rap.h b/librpc/gen_ndr/rap.h
index 4a6a11fee5d..63c990e0d48 100644
--- a/librpc/gen_ndr/rap.h
+++ b/librpc/gen_ndr/rap.h
@@ -545,7 +545,7 @@ struct rap_PrintQueue1 {
struct rap_PrintQueue2 {
struct rap_PrintQueue1 queue;
- struct rap_PrintJobInfo1 job;
+ struct rap_PrintJobInfo1 *job;
};
struct rap_PrintQueue3 {
@@ -575,7 +575,7 @@ struct rap_PrintQueue3 {
struct rap_PrintQueue4 {
struct rap_PrintQueue3 queue;
- struct rap_PrintJobInfo2 job;
+ struct rap_PrintJobInfo2 *job;
};
struct rap_PrintQueue5 {