]> git.ipfire.org Git - thirdparty/cups.git/blob - cups/api-filter.header
Merge changes from CUPS 1.4svn-r7282.
[thirdparty/cups.git] / cups / api-filter.header
1 <!--
2 "$Id$"
3
4 Filter and backend programming header for the Common UNIX Printing System
5 (CUPS).
6
7 Copyright 2008 by Apple Inc.
8
9 These coded instructions, statements, and computer programs are the
10 property of Apple Inc. and are protected by Federal copyright
11 law. Distribution and use rights are outlined in the file "LICENSE.txt"
12 which should have been included with this file. If this file is
13 file is missing or damaged, see the license at "http://www.cups.org/".
14 -->
15
16 <h1 class="title">Filter and Backend Programming</h1>
17
18 <div class='summary'><table summary='General Information'>
19 <thead>
20 <tr>
21 <th>Header</th>
22 <th>cups/backend.h<br>
23 cups/sidechannel.h</th>
24 </tr>
25 </thead>
26 <tbody>
27 <tr>
28 <th>Library</th>
29 <td>-lcups</td>
30 </tr>
31 <tr>
32 <th>See Also</th>
33 <td>Programming: <a href='api-overview.html' target='_top'>Introduction to CUPS Programming</a><br>
34 Programming: <a href='api-cups.html' target='_top'>CUPS API</a><br>
35 Programming: <a href='api-ppd.html' target='_top'>PPD API</a><br>
36 Programming: <a href='api-raster.html' target='_top'>Raster API</a></td>
37 </tr>
38 </tbody>
39 </table></div>