xref: /haiku/src/add-ons/print/transports/ipp/IppDefs.h (revision 7120e97489acbf17d86d3f33e3b2e68974fd4b23)
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