summaryrefslogtreecommitdiff
path: root/tiff/html/man/TIFFcodec.3tiff.html
diff options
context:
space:
mode:
Diffstat (limited to 'tiff/html/man/TIFFcodec.3tiff.html')
-rw-r--r--tiff/html/man/TIFFcodec.3tiff.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/tiff/html/man/TIFFcodec.3tiff.html b/tiff/html/man/TIFFcodec.3tiff.html
index e18c0ed49..e7a524600 100644
--- a/tiff/html/man/TIFFcodec.3tiff.html
+++ b/tiff/html/man/TIFFcodec.3tiff.html
@@ -39,14 +39,14 @@ routines</p>
<td width="91%">
<p><b>#include &lt;tiffio.h&gt;</b></p>
<!-- INDENTATION -->
-<p><b>const TIFFCodec* TIFFFindCODEC(uint16</b>
+<p><b>const TIFFCodec* TIFFFindCODEC(uint16_t</b>
<i>scheme</i><b>);<br>
-TIFFCodec* TIFFRegisterCODEC(uint16</b> <i>scheme</i><b>,
+TIFFCodec* TIFFRegisterCODEC(uint16_t</b> <i>scheme</i><b>,
const char *</b><i>method</i><b>, TIFFInitMethod</b>
<i>init</i><b>);<br>
void TIFFUnRegisterCODEC(TIFFCodec
*</b><i>codec</i><b>);<br>
-int TIFFIsCODECConfigured(uint16</b>
+int TIFFIsCODECConfigured(uint16_t</b>
<i>scheme</i><b>);</b></p>
</td>
</table>