]> git.ipfire.org Git - thirdparty/cups.git/blame - cups/api-filter.header
Merge CUPS 1.4svn-r7319.
[thirdparty/cups.git] / cups / api-filter.header
CommitLineData
5a738aea
MS
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>
ac884b6a 21 <th>Headers</th>
5a738aea 22 <th>cups/backend.h<br>
ac884b6a
MS
23 cups/sidechannel.h<br>
24 cups/snmp.h</th>
5a738aea
MS
25</tr>
26</thead>
27<tbody>
28<tr>
29 <th>Library</th>
30 <td>-lcups</td>
31</tr>
32<tr>
33 <th>See Also</th>
34 <td>Programming: <a href='api-overview.html' target='_top'>Introduction to CUPS Programming</a><br>
35 Programming: <a href='api-cups.html' target='_top'>CUPS API</a><br>
36 Programming: <a href='api-ppd.html' target='_top'>PPD API</a><br>
37 Programming: <a href='api-raster.html' target='_top'>Raster API</a></td>
38</tr>
39</tbody>
40</table></div>