summaryrefslogtreecommitdiff
path: root/source3/include/rpc_spoolss.h
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-07-02 04:07:32 +0000
committerTim Potter <tpot@samba.org>2002-07-02 04:07:32 +0000
commit5106ead0e041391b9eaa583894cc539e61a0ab5a (patch)
treede00c3f573bebfc1481df6f3ed656ad351a58bb6 /source3/include/rpc_spoolss.h
parent3e63f3e1069fb4b715a218572f57b54e49268618 (diff)
downloadsamba-5106ead0e041391b9eaa583894cc539e61a0ab5a.tar.gz
samba-5106ead0e041391b9eaa583894cc539e61a0ab5a.tar.bz2
samba-5106ead0e041391b9eaa583894cc539e61a0ab5a.zip
Merge of constant renames from APPLIANCE_HEAD.
(This used to be commit daf4c6a013ffa474d768055e73a1cb31ee941e80)
Diffstat (limited to 'source3/include/rpc_spoolss.h')
-rwxr-xr-xsource3/include/rpc_spoolss.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/source3/include/rpc_spoolss.h b/source3/include/rpc_spoolss.h
index e6ecbfe3fa..53ffdef222 100755
--- a/source3/include/rpc_spoolss.h
+++ b/source3/include/rpc_spoolss.h
@@ -24,8 +24,6 @@
#ifndef _RPC_SPOOLSS_H /* _RPC_SPOOLSS_H */
#define _RPC_SPOOLSS_H
-#define INTEGER 1
-
/* spoolss pipe: this are the calls which are not implemented ...
#define SPOOLSS_GETPRINTERDRIVER 0x0b
#define SPOOLSS_READPRINTER 0x16
@@ -198,10 +196,10 @@
/* Notify field types */
-#define ONE_VALUE 1 /* Notify data is stored in value1 */
-#define TWO_VALUE 2 /* Notify data is stored in value2 */
-#define POINTER 3 /* Data is a pointer to a buffer */
-#define STRING 4 /* Data is a pointer to a buffer w/length */
+#define NOTIFY_ONE_VALUE 1 /* Notify data is stored in value1 */
+#define NOTIFY_TWO_VALUE 2 /* Notify data is stored in value2 */
+#define NOTIFY_POINTER 3 /* Data is a pointer to a buffer */
+#define NOTIFY_STRING 4 /* Data is a pointer to a buffer w/length */
#define PRINTER_NOTIFY_TYPE 0x00
#define JOB_NOTIFY_TYPE 0x01