From 012c1feda5dc4b0841724e914a8ad30e0d2f1e91 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 9 Apr 2010 09:26:08 +0200 Subject: s3-spoolss: Added missing return value to winreg_printer_enumforms1 docs. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Günther Deschner --- source3/rpc_server/srv_spoolss_util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/rpc_server/srv_spoolss_util.h') diff --git a/source3/rpc_server/srv_spoolss_util.h b/source3/rpc_server/srv_spoolss_util.h index 2d18d745ce..ea5d4a1ed0 100644 --- a/source3/rpc_server/srv_spoolss_util.h +++ b/source3/rpc_server/srv_spoolss_util.h @@ -239,6 +239,7 @@ WERROR winreg_printer_enumforms1(TALLOC_CTX *mem_ctx, * * @return WERR_OK on success. * WERR_INVALID_PARAM if the form is a builtin form. + * WERR_INVALID_FORM_NAME if the form or key doesn't exist. * A corresponding DOS error is something went wrong. */ WERROR winreg_printer_deleteform1(TALLOC_CTX *mem_ctx, -- cgit