From 416165a52c432d722a12b99e0cf1fb3cbb521f86 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Tue, 9 Apr 2002 05:11:34 +0000 Subject: Added WERR_INVALID_FORM_NAME constant. (This used to be commit 908b70f3e23846d0b438a68e45e076e65016e95e) --- source3/python/py_spoolss.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/python') diff --git a/source3/python/py_spoolss.c b/source3/python/py_spoolss.c index 11d35b760e..15d9dfdf96 100644 --- a/source3/python/py_spoolss.c +++ b/source3/python/py_spoolss.c @@ -343,6 +343,7 @@ struct spoolss_const { { "WERR_PRINTER_ALREADY_EXISTS", 1802 }, { "WERR_INVALID_DATATYPE", 1804 }, { "WERR_INVALID_ENVIRONMENT", 1805 }, + { "WERR_INVALID_FORM_NAME", 1902 }, { "WERR_INVALID_FORM_SIZE", 1903 }, { "WERR_BUF_TOO_SMALL", 2123 }, { "WERR_JOB_NOT_FOUND", 2151 }, -- cgit