diff options
author | Tim Potter <tpot@samba.org> | 2002-06-06 01:34:04 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-06-06 01:34:04 +0000 |
commit | 89e9f7530a69eaebde3fb3a55ccbb46fc58fb642 (patch) | |
tree | 2a1fd3949d6f0078739fc3b1fe76e469ab060900 /source3/include | |
parent | 617a551c4255aafc4612939ac05779e495f370ac (diff) | |
download | samba-89e9f7530a69eaebde3fb3a55ccbb46fc58fb642.tar.gz samba-89e9f7530a69eaebde3fb3a55ccbb46fc58fb642.tar.bz2 samba-89e9f7530a69eaebde3fb3a55ccbb46fc58fb642.zip |
Fix compile error - doh!
(This used to be commit e80e6637064a39635faba5311f774a90b1d5ab43)
Diffstat (limited to 'source3/include')
-rwxr-xr-x | source3/include/rpc_spoolss.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/include/rpc_spoolss.h b/source3/include/rpc_spoolss.h index 5ed64c63d0..1a0898245c 100755 --- a/source3/include/rpc_spoolss.h +++ b/source3/include/rpc_spoolss.h @@ -196,6 +196,10 @@ /* Print notification constants */ +#define ONE_VALUE 1 +#define TWO_VALUE 2 +#define POINTER 3 + #define PRINTER_NOTIFY_TYPE 0x00 #define JOB_NOTIFY_TYPE 0x01 |