]> git.ipfire.org Git - thirdparty/cups.git/blame - cups/api-filter.header
Eliminate compiler warning.
[thirdparty/cups.git] / cups / api-filter.header
CommitLineData
5a738aea 1<!--
75bd9771 2 "$Id: api-filter.header 7616 2008-05-28 00:34:13Z mike $"
5a738aea 3
321d8d57 4 Filter and backend programming header for CUPS.
5a738aea 5
ca6b43fc 6 Copyright 2008-2014 by Apple Inc.
5a738aea
MS
7
8 These coded instructions, statements, and computer programs are the
9 property of Apple Inc. and are protected by Federal copyright
10 law. Distribution and use rights are outlined in the file "LICENSE.txt"
11 which should have been included with this file. If this file is
12 file is missing or damaged, see the license at "http://www.cups.org/".
13-->
14
178cb736
MS
15<h1 class='title'>Filter and Backend Programming</h1>
16
5a738aea
MS
17<div class='summary'><table summary='General Information'>
18<thead>
19<tr>
ac884b6a 20 <th>Headers</th>
5a738aea 21 <th>cups/backend.h<br>
79e1d494 22 cups/sidechannel.h</th>
5a738aea
MS
23</tr>
24</thead>
25<tbody>
26<tr>
27 <th>Library</th>
28 <td>-lcups</td>
29</tr>
30<tr>
31 <th>See Also</th>
32 <td>Programming: <a href='api-overview.html' target='_top'>Introduction to CUPS Programming</a><br>
33 Programming: <a href='api-cups.html' target='_top'>CUPS API</a><br>
34 Programming: <a href='api-ppd.html' target='_top'>PPD API</a><br>
79e1d494 35 Programming: <a href='api-raster.html' target='_top'>Raster API</a><br>
b0f6947b
MS
36 Programming: <a href='postscript-driver.html' target='_top'>Developing PostScript Printer Drivers</a><br>
37 Programming: <a href='raster-driver.html' target='_top'>Developing Raster Printer Drivers</a><br>
7cf5915e 38 Specifications: <a href='spec-design.html' target='_top'>CUPS Design Description</a></td>
5a738aea
MS
39</tr>
40</tbody>
41</table></div>