From 7dd67f6d035c827f3917f3ddcb056ec43fe37cb1 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 29 Apr 2010 19:21:59 +0200 Subject: rap: fill in rap_PrintQueue4 IDL. Guenther --- librpc/idl/rap.idl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'librpc/idl') 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 { -- cgit