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