mirror of
https://github.com/MopriaAlliance/CUPS-for-Android.git
synced 2025-08-03 02:54:36 +08:00
38 lines
1.0 KiB
Plaintext
38 lines
1.0 KiB
Plaintext
<!--
|
|
"$Id: api-httpipp.header 7258 2008-01-28 00:15:05Z mike $"
|
|
|
|
HTTP and IPP API header for CUPS.
|
|
|
|
Copyright 2007-2011 by Apple Inc.
|
|
Copyright 1997-2006 by Easy Software Products, all rights reserved.
|
|
|
|
These coded instructions, statements, and computer programs are the
|
|
property of Apple Inc. and are protected by Federal copyright
|
|
law. Distribution and use rights are outlined in the file "LICENSE.txt"
|
|
which should have been included with this file. If this file is
|
|
file is missing or damaged, see the license at "http://www.cups.org/".
|
|
-->
|
|
|
|
<h1 class='title'>HTTP and IPP APIs</h1>
|
|
|
|
<div class='summary'><table summary='General Information'>
|
|
<thead>
|
|
<tr>
|
|
<th>Header</th>
|
|
<th>cups/cups.h</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<th>Library</th>
|
|
<td>-lcups</td>
|
|
</tr>
|
|
<tr>
|
|
<th>See Also</th>
|
|
<td>Programming: <a href='api-overview.html'>Introduction to CUPS Programming</a><br>
|
|
Programming: <a href='api-cups.html'>CUPS API</a><br>
|
|
References: <a href='spec-ipp.html'>CUPS Implementation of IPP</a></td>
|
|
</tr>
|
|
</tbody>
|
|
</table></div>
|