summaryrefslogtreecommitdiff
path: root/monitor
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2015-12-18 20:34:33 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2015-12-18 20:34:33 +0000
commit6e5a57e8af67faf6868aab7f69c695120ad77afb (patch)
tree41e621be7932264f9b48f7d09a322c0c13e6bd32 /monitor
parente7f4e0e9c0d0c3dc0f5116b789625fea077926f4 (diff)
downloadcups-6e5a57e8af67faf6868aab7f69c695120ad77afb.tar.gz
Add cupsRasterInitPWGHeader API to setup a raster header using IPP Everywhere
attribute values. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@13024 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'monitor')
-rw-r--r--monitor/Dependencies4
1 files changed, 2 insertions, 2 deletions
diff --git a/monitor/Dependencies b/monitor/Dependencies
index acc2157cb..ae6d2bf09 100644
--- a/monitor/Dependencies
+++ b/monitor/Dependencies
@@ -4,11 +4,11 @@ bcp.o: bcp.c ../cups/cups-private.h ../cups/string-private.h ../config.h \
../cups/http-private.h ../cups/language.h ../cups/md5-private.h \
../cups/language-private.h ../cups/transcode.h ../cups/pwg-private.h \
../cups/cups.h ../cups/file.h ../cups/pwg.h ../cups/thread-private.h \
- ../cups/ppd.h
+ ../cups/ppd.h ../cups/raster.h
tbcp.o: tbcp.c ../cups/cups-private.h ../cups/string-private.h \
../config.h ../cups/debug-private.h ../cups/versioning.h \
../cups/array-private.h ../cups/array.h ../cups/ipp-private.h \
../cups/ipp.h ../cups/http.h ../cups/http-private.h ../cups/language.h \
../cups/md5-private.h ../cups/language-private.h ../cups/transcode.h \
../cups/pwg-private.h ../cups/cups.h ../cups/file.h ../cups/pwg.h \
- ../cups/thread-private.h ../cups/ppd.h
+ ../cups/thread-private.h ../cups/ppd.h ../cups/raster.h