diff options
author | Günther Deschner <gd@samba.org> | 2009-02-25 20:48:55 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-02-25 21:18:08 +0100 |
commit | 820a1c1a17f3848fafd796a54e0b2eeb886aef2e (patch) | |
tree | fbe5719437bd4bf95507c3d930280517dbe2d05c | |
parent | 6cd30a351a13822a557f20de3abe04bd8b2e3112 (diff) | |
download | samba-820a1c1a17f3848fafd796a54e0b2eeb886aef2e.tar.gz samba-820a1c1a17f3848fafd796a54e0b2eeb886aef2e.tar.bz2 samba-820a1c1a17f3848fafd796a54e0b2eeb886aef2e.zip |
s3-spoolss: JOB_ACCESS_READ has moved to idl.
Guenther
-rw-r--r-- | source3/include/rpc_spoolss.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/rpc_spoolss.h b/source3/include/rpc_spoolss.h index c494fdd6bf..1880331590 100644 --- a/source3/include/rpc_spoolss.h +++ b/source3/include/rpc_spoolss.h @@ -123,7 +123,6 @@ #define PRINTER_STATUS_OK 0x00000000 -#define JOB_ACCESS_READ 0x00000020 /* JOB status codes. */ |