diff options
author | Günther Deschner <gd@samba.org> | 2010-04-29 19:21:59 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-04-30 01:25:28 +0200 |
commit | 7dd67f6d035c827f3917f3ddcb056ec43fe37cb1 (patch) | |
tree | e8b8db57c58ad7682419d9f677522d31426679ea /librpc | |
parent | 131c51db382ddbeff61492f9b82b4bc283a9b0b3 (diff) | |
download | samba-7dd67f6d035c827f3917f3ddcb056ec43fe37cb1.tar.gz samba-7dd67f6d035c827f3917f3ddcb056ec43fe37cb1.tar.bz2 samba-7dd67f6d035c827f3917f3ddcb056ec43fe37cb1.zip |
rap: fill in rap_PrintQueue4 IDL.
Guenther
Diffstat (limited to 'librpc')
-rw-r--r-- | librpc/idl/rap.idl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/librpc/idl/rap.idl b/librpc/idl/rap.idl index 95555d877f..ebdf5fe8ae 100644 --- a/librpc/idl/rap.idl +++ b/librpc/idl/rap.idl @@ -528,6 +528,8 @@ interface rap } rap_PrintQueue3; typedef struct { + rap_PrintQueue3 queue; + rap_PrintJobInfo2 job; } rap_PrintQueue4; typedef struct { |