xref: /haiku/src/add-ons/print/transports/ipp/IppDefs.h (revision 1214ef1b2100f2b3299fc9d8d6142e46f70a4c3f)
1 // Sun, 18 Jun 2000
2 // Y.Takagi
3 
4 #ifndef __IppDefs_H
5 #define __IppDefs_H
6 
7 #define SPOOL_PATH	"printer_file"
8 #define IPP_URL		"_ipp/URL"
9 #define IPP_JOB_ID	"_ipp/job_id"
10 
11 #endif	//__IppDefs_H
12