From: Günther Deschner Date: Mon, 9 Feb 2009 14:53:07 +0000 (+0100) Subject: spoolss: fill in spoolss_RouterReplyPrinter. X-Git-Tag: samba-4.0.0alpha7~416^2~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8bf900a2af0b0d9c42fc62c4e3a7548537ebf081;p=thirdparty%2Fsamba.git spoolss: fill in spoolss_RouterReplyPrinter. Guenther --- diff --git a/librpc/idl/spoolss.idl b/librpc/idl/spoolss.idl index 551bef827db..6a265daf40f 100644 --- a/librpc/idl/spoolss.idl +++ b/librpc/idl/spoolss.idl @@ -1201,7 +1201,11 @@ import "misc.idl", "security.idl", "winreg.idl"; PRINTER_CHANGE_PORT | PRINTER_CHANGE_PRINT_PROCESSOR | PRINTER_CHANGE_PRINTER_DRIVER); /* 0x7777FFFF */ - [todo] WERROR spoolss_RouterReplyPrinter( + WERROR spoolss_RouterReplyPrinter( + [in,ref] policy_handle *handle, + [in] spoolss_PrinterChangeFlags flags, + [in,range(0,512)] uint32 bufsize, + [in,unique,size_is(bufsize)] uint8 *buffer ); /******************/