From 854467851da48e02dcd8f869cb031c8943707017 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 13 May 2011 10:02:42 +0200 Subject: s3-printing: Get the location info from cups. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Günther Deschner --- librpc/idl/printcap.idl | 1 + 1 file changed, 1 insertion(+) (limited to 'librpc') diff --git a/librpc/idl/printcap.idl b/librpc/idl/printcap.idl index 5ab380ce6c..d9c34f3fab 100644 --- a/librpc/idl/printcap.idl +++ b/librpc/idl/printcap.idl @@ -7,6 +7,7 @@ interface printcap typedef struct { [charset(UTF8),string] uint8 *name; [charset(UTF8),string] uint8 *info; + [charset(UTF8),string] uint8 *location; } pcap_printer; typedef [public] struct { -- cgit