From 43000d8d0662d4979ae2aa574c10aef0952cd49a Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Fri, 18 May 2001 04:11:17 +0000 Subject: merge from 2.2 (deleteprinterdriver RPC) (This used to be commit 515caaf7b448e55206433a9ca04fb5078f91cde2) --- source3/include/smb.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include/smb.h') diff --git a/source3/include/smb.h b/source3/include/smb.h index 8b18ee5010..7881334df8 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -205,6 +205,7 @@ implemented */ #define ERROR_INVALID_PRINTER_NAME (1801) #define ERROR_INVALID_DATATYPE (1804) #define ERROR_INVALID_ENVIRONMENT (1805) +#define ERROR_PRINTER_DRIVER_IN_USE (3001) /* here's a special one from observing NT */ #define ERRnoipc 66 /* don't support ipc */ -- cgit