diff options
author | Richard Sharpe <sharpe@samba.org> | 2001-03-05 13:34:48 +0000 |
---|---|---|
committer | Richard Sharpe <sharpe@samba.org> | 2001-03-05 13:34:48 +0000 |
commit | 7557f9145ccdced3fcebdd20e1eb6fc5a27abda2 (patch) | |
tree | 8f1b10afb3ad228c328761f4eca67484f1f8802f /source/include | |
parent | 65275e73ee7c58352ee20175cbbb43378e16f417 (diff) | |
download | samba-7557f9145ccdced3fcebdd20e1eb6fc5a27abda2.tar.gz |
smb.h: add one error code for no such printer job
libsmbclient.c: fix problems with return codes on smbc_unlink_print_job
Diffstat (limited to 'source/include')
-rw-r--r-- | source/include/smb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/include/smb.h b/source/include/smb.h index 15fb7beada2..d4073a23146 100644 --- a/source/include/smb.h +++ b/source/include/smb.h @@ -174,6 +174,7 @@ implemented */ #define ERRbaddirectory 267 /* Invalid directory name in a path. */ #define ERRunknownipc 2142 #define ERRbuftoosmall 2123 +#define ERRnosuchprintjob 2151 #define ERROR_SUCCESS (0) #define ERROR_INVALID_FUNCTION (1) |