summaryrefslogtreecommitdiff
path: root/source3/python/py_spoolss.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-04-09 05:11:34 +0000
committerTim Potter <tpot@samba.org>2002-04-09 05:11:34 +0000
commit416165a52c432d722a12b99e0cf1fb3cbb521f86 (patch)
treeefedc412f862d2ffcf9f5cdcb882ddb8a076f736 /source3/python/py_spoolss.c
parent5cdc9e1685200a51aa970051057eb6da8221845e (diff)
downloadsamba-416165a52c432d722a12b99e0cf1fb3cbb521f86.tar.gz
samba-416165a52c432d722a12b99e0cf1fb3cbb521f86.tar.bz2
samba-416165a52c432d722a12b99e0cf1fb3cbb521f86.zip
Added WERR_INVALID_FORM_NAME constant.
(This used to be commit 908b70f3e23846d0b438a68e45e076e65016e95e)
Diffstat (limited to 'source3/python/py_spoolss.c')
-rw-r--r--source3/python/py_spoolss.c1
1 files changed, 1 insertions, 0 deletions
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 },