blob: 12e770b59a4031859932462779586bea03e414e9 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Tcl Channel Struct</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<? prevnext "<h1>Tcl Channel Struct</h1>" ?>
<pre>
<span class="type">Tcl_ChannelType</span> <span class="variable-name">RivetChan</span> = {
<span class="string">&quot;apache_channel&quot;</span>,
NULL,
closeproc,
inputproc,
outputproc,
NULL,
setoptionproc,
NULL,
watchproc,
gethandleproc,
NULL,
NULL
};
</pre>
<?footer?>
</body>
</html>