Author: dianes
Date: Tue Mar 9 19:31:12 2010
New Revision: 921074
URL: http://svn.apache.org/viewvc?rev=921074&view=rev
Log:
Added ToC to top-level pgs; general cleanup resulting from recent left nav ToC
removal
Modified:
incubator/trafficserver/site/trunk/docs/v2/sdk/DebuggingFunctions.html
incubator/trafficserver/site/trunk/docs/v2/sdk/INKAssert.html
incubator/trafficserver/site/trunk/docs/v2/sdk/INKError.html
incubator/trafficserver/site/trunk/docs/v2/sdk/INKIsDebugTagSet.html
incubator/trafficserver/site/trunk/docs/v2/sdk/INKPluginRegister.html
incubator/trafficserver/site/trunk/docs/v2/sdk/INKReleaseAssert.html
incubator/trafficserver/site/trunk/docs/v2/sdk/INKTrafficServerVersionGet.html
incubator/trafficserver/site/trunk/docs/v2/sdk/INKfflush.html
incubator/trafficserver/site/trunk/docs/v2/sdk/INKfgets.html
incubator/trafficserver/site/trunk/docs/v2/sdk/INKfopen.html
incubator/trafficserver/site/trunk/docs/v2/sdk/INKfopenFamilyFunctions.html
incubator/trafficserver/site/trunk/docs/v2/sdk/INKfread.html
incubator/trafficserver/site/trunk/docs/v2/sdk/INKfwrite.html
incubator/trafficserver/site/trunk/docs/v2/sdk/InitializationFunctions.html
Modified: incubator/trafficserver/site/trunk/docs/v2/sdk/DebuggingFunctions.html
URL:
http://svn.apache.org/viewvc/incubator/trafficserver/site/trunk/docs/v2/sdk/DebuggingFunctions.html?rev=921074&r1=921073&r2=921074&view=diff
==============================================================================
--- incubator/trafficserver/site/trunk/docs/v2/sdk/DebuggingFunctions.html
(original)
+++ incubator/trafficserver/site/trunk/docs/v2/sdk/DebuggingFunctions.html Tue
Mar 9 19:31:12 2010
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Debugging Functions</title>
<!--#include file="top.html" -->
-<div class="navheader">
+</head><div class="navheader">
<div class="navprev">
<a accesskey="p" href="INKTrafficServerVersionGet.html">Prev</a> â
INKTrafficServerVersionGet</div>
<div class="navnext">INKIsDebugTagSet â <a accesskey="n"
href="INKIsDebugTagSet.html">Next</a>
@@ -13,6 +13,16 @@
<div class="section" lang="en">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="DebuggingFunctions"></a>Debugging Functions</h2></div></div></div>
+
+<b><ul>
+<li><span class="section"><a
href="DebuggingFunctions.html#INKDebug">INKDebug</a></span></li>
+<li><span class="section"><a
href="INKIsDebugTagSet.html">INKIsDebugTagSet</a></span></li>
+<li><span class="section"><a href="INKError.html">INKError</a></span></li>
+<li><span class="section"><a href="INKAssert.html">INKAssert</a></span></li>
+<li><span class="section"><a
href="INKReleaseAssert.html">INKReleaseAssert</a></span></li>
+</ul>
+</b>
+
<div class="section" lang="en">
<div class="titlepage"><div><div><h3 class="title">
<a name="INKDebug"></a>INKDebug</h3></div></div></div>
@@ -49,7 +59,7 @@
(in the Traffic Server <code>config</code> directory):</p>
<pre class="programlisting">proxy.config.diags.debug.enabled INT 1
proxy.config.diags.debug.tags STRING debug-tag-name</pre>
-<p>In this case, debug output goes to
+<p>In this case, the debug output goes to
<code class="filename">traffic.out</code></p>
</li>
</ul></div>
Modified: incubator/trafficserver/site/trunk/docs/v2/sdk/INKAssert.html
URL:
http://svn.apache.org/viewvc/incubator/trafficserver/site/trunk/docs/v2/sdk/INKAssert.html?rev=921074&r1=921073&r2=921074&view=diff
==============================================================================
--- incubator/trafficserver/site/trunk/docs/v2/sdk/INKAssert.html (original)
+++ incubator/trafficserver/site/trunk/docs/v2/sdk/INKAssert.html Tue Mar 9
19:31:12 2010
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>INKAssert</title>
<!--#include file="top.html" -->
-<div class="navheader">
+</head><div class="navheader">
<div class="navprev">
<a accesskey="p" href="INKError.html">Prev</a> â INKError</div>
<div class="navnext">INKReleaseAssert â <a accesskey="n"
href="INKReleaseAssert.html">Next</a>
@@ -19,7 +19,8 @@
<dd><p><code class="code">void
INKAssert(<em class="replaceable"><code>expression</code></em>);
</code></p></dd>
<dt><span class="term"><b>Arguments</b></span></dt>
-<dd><p>A boolean expression.</p></dd>
+<dd>
+ <p>A Boolean expression.</p></dd>
<dt><span class="term"><b>Description</b></span></dt>
<dd>
<p>In <code>debug</code> mode, causes the Traffic Server to print the file
Modified: incubator/trafficserver/site/trunk/docs/v2/sdk/INKError.html
URL:
http://svn.apache.org/viewvc/incubator/trafficserver/site/trunk/docs/v2/sdk/INKError.html?rev=921074&r1=921073&r2=921074&view=diff
==============================================================================
--- incubator/trafficserver/site/trunk/docs/v2/sdk/INKError.html (original)
+++ incubator/trafficserver/site/trunk/docs/v2/sdk/INKError.html Tue Mar 9
19:31:12 2010
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>INKError</title>
<!--#include file="top.html" -->
-<div class="navheader">
+</head><div class="navheader">
<div class="navprev">
<a accesskey="p" href="INKIsDebugTagSet.html">Prev</a> â
INKIsDebugTagSet</div>
<div class="navnext">INKAssert â <a accesskey="n"
href="INKAssert.html">Next</a>
@@ -34,9 +34,9 @@
standard output, <code class="function">INKError</code> writes
output to
the Traffic Server error log. One advantage of
<code class="function">INKError</code> over <code>printf</code>
is that each call is
- atomically placed into the error log and is not garbled with
+ atomically placed into the error log and not garbled with
other error entries (this is not an issue in single-threaded
- programs, but is a definite nuisance in multi-threaded
+ programs, but is certainly a nuisance in multi-threaded
programs).</p></dd>
<dt><span class="term"><b>Example</b></span></dt>
<dd><pre class="programlisting">INKError ("couldn't retrieve client request
header\n");</pre></dd>
Modified: incubator/trafficserver/site/trunk/docs/v2/sdk/INKIsDebugTagSet.html
URL:
http://svn.apache.org/viewvc/incubator/trafficserver/site/trunk/docs/v2/sdk/INKIsDebugTagSet.html?rev=921074&r1=921073&r2=921074&view=diff
==============================================================================
--- incubator/trafficserver/site/trunk/docs/v2/sdk/INKIsDebugTagSet.html
(original)
+++ incubator/trafficserver/site/trunk/docs/v2/sdk/INKIsDebugTagSet.html Tue
Mar 9 19:31:12 2010
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>INKIsDebugTagSet</title>
<!--#include file="top.html" -->
-<div class="navheader">
+</head><div class="navheader">
<div class="navprev">
<a accesskey="p" href="DebuggingFunctions.html">Prev</a> â Debugging
Functions</div>
<div class="navnext">INKError â <a accesskey="n"
href="INKError.html">Next</a>
@@ -20,8 +20,7 @@
...</code></em>)</code></p></dd>
<dt><span class="term"><b>Arguments</b></span></dt>
<dd>
-<p><code class="code"><em class="replaceable"><code>fmt </code></em></code> is
the printf
- format description.</p>
+<p><code class="code"><em class="replaceable"><code>fmt </code></em></code> is
the <code>printf</code> format description.</p>
<p><code class="replaceable">... </code> is the argument for the format
description.</p>
</dd>
@@ -31,7 +30,7 @@
Traffic Server provides a global error log file for this
purpose. The function <code>INKError</code> is the API interface to
this error log. <code>INKError</code> is similar to
<code>printf</code>, except that
<code>INKError</code> writes output to the Traffic Server error
log instead of writing the output to the C standard output. One advantage of
<code>INKError</code> over <code>printf</code> is that each call is atomically
placed into
- the error log and is not garbled with other error entries (this
+ the error log and not garbled with other error entries (this
is not an issue in single-threaded programs, but is a definite
nuisance in multi-threaded programs).</p></dd>
<dt><span class="term"><b>Example</b></span></dt>
Modified: incubator/trafficserver/site/trunk/docs/v2/sdk/INKPluginRegister.html
URL:
http://svn.apache.org/viewvc/incubator/trafficserver/site/trunk/docs/v2/sdk/INKPluginRegister.html?rev=921074&r1=921073&r2=921074&view=diff
==============================================================================
--- incubator/trafficserver/site/trunk/docs/v2/sdk/INKPluginRegister.html
(original)
+++ incubator/trafficserver/site/trunk/docs/v2/sdk/INKPluginRegister.html Tue
Mar 9 19:31:12 2010
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>INKPluginRegister</title>
<!--#include file="top.html" -->
-<div class="navheader">
+</head><div class="navheader">
<div class="navprev">
<a accesskey="p" href="InitializationFunctions.html">Prev</a> â
Initialization Functions</div>
<div class="navnext">INKTrafficServerVersionGet â <a accesskey="n"
href="INKTrafficServerVersionGet.html">Next</a>
@@ -38,12 +38,10 @@
char *plugin_name;
char *vendor_name;
char *support_email;
- } INKPluginRegistrationInf</pre>
- </blockquote>
+ } INKPluginRegistrationInf</pre></blockquote>
</dd>
<dt><span class="term"><b>Description</b></span></dt>
-
<dd>
<p>Registers the appropriate SDK version for your plugin. Use
this function to ensure that your plugin is supported by the version of
Traffic Server it's running on. See the modified <a
href="PlusingRegisAndVersionCkg.html" title="Plugin Registration and Version
Checking">hello-world example</a> that checks Traffic Server version for
Modified: incubator/trafficserver/site/trunk/docs/v2/sdk/INKReleaseAssert.html
URL:
http://svn.apache.org/viewvc/incubator/trafficserver/site/trunk/docs/v2/sdk/INKReleaseAssert.html?rev=921074&r1=921073&r2=921074&view=diff
==============================================================================
--- incubator/trafficserver/site/trunk/docs/v2/sdk/INKReleaseAssert.html
(original)
+++ incubator/trafficserver/site/trunk/docs/v2/sdk/INKReleaseAssert.html Tue
Mar 9 19:31:12 2010
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>INKReleaseAssert</title>
<!--#include file="top.html" -->
-<div class="navheader">
+</head><div class="navheader">
<div class="navprev">
<a accesskey="p" href="INKAssert.html">Prev</a> â INKAssert</div>
<div class="navnext">The INKfopen Family â <a accesskey="n"
href="INKfopenFamilyFunctions.html">Next</a>
@@ -23,7 +23,7 @@
<p>A Boolean expression.</p></dd>
<dt><span class="term"><b>Description</b></span></dt>
<dd>
-<p>Allows the use of assertion in a plugin. If the expression is false, then
it causes Traffic Server in <code>debug</code> AND <code>optim</code> mode to
print the file name, line number, and
+<p>Allows the use of assertion in a plugin. If the expression is false, then
it causes Traffic Server in <code>debug</code> <u>and</u> <code>optim</code>
mode to print the file name, line number, and
expression. Afterward, it aborts.</p>
<p> </p>
</dd>
Modified:
incubator/trafficserver/site/trunk/docs/v2/sdk/INKTrafficServerVersionGet.html
URL:
http://svn.apache.org/viewvc/incubator/trafficserver/site/trunk/docs/v2/sdk/INKTrafficServerVersionGet.html?rev=921074&r1=921073&r2=921074&view=diff
==============================================================================
---
incubator/trafficserver/site/trunk/docs/v2/sdk/INKTrafficServerVersionGet.html
(original)
+++
incubator/trafficserver/site/trunk/docs/v2/sdk/INKTrafficServerVersionGet.html
Tue Mar 9 19:31:12 2010
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>INKTrafficServerVersionGet</title>
<!--#include file="top.html" -->
-<div class="navheader">
+</head><div class="navheader">
<div class="navprev">
<a accesskey="p" href="INKPluginRegister.html">Prev</a> â
INKPluginRegister</div>
<div class="navnext">Debugging Functions â <a accesskey="n"
href="DebuggingFunctions.html">Next</a>
@@ -13,20 +13,20 @@
<div class="section" lang="en">
<div class="titlepage"><div><div><h3 class="title">
<a
name="INKTrafficServerVersionGet"></a>INKTrafficServerVersionGet</h3></div></div></div>
-<p>Returns the version of Traffic Server running the plugin.</p>
+<p>Returns the version of Traffic Server that's running the plugin.</p>
<div class="variablelist"><dl>
<dt><span class="term"><b>Prototype</b></span></dt>
<dd><p><code class="code">const char* INKTrafficServerVersionGet
(void)</code></p></dd>
<dt><span class="term"><b>Description</b></span></dt>
<dd>
- <p>Returns the string indicating the release version of Traffic Server
running the
+ <p>Returns the string that indicates the release version of Traffic Server
running the
plugin. See the modified <a
href="PlusingRegisAndVersionCkg.html" title="Plugin Registration and Version
Checking">
- <code>hello-world</code> example</a> that checks the Traffic
Server version for
+ <code>hello-world</code></a> example that checks the Traffic
Server version for
usage.</p></dd>
<dt><span class="term"><b>Returns</b></span></dt>
<dd>
-<p>A pointer to a string of characters that describes the
+<p>A pointer to a string of characters that indicates the
Traffic Server release version.</p>
</dd>
</dl></div>
Modified: incubator/trafficserver/site/trunk/docs/v2/sdk/INKfflush.html
URL:
http://svn.apache.org/viewvc/incubator/trafficserver/site/trunk/docs/v2/sdk/INKfflush.html?rev=921074&r1=921073&r2=921074&view=diff
==============================================================================
--- incubator/trafficserver/site/trunk/docs/v2/sdk/INKfflush.html (original)
+++ incubator/trafficserver/site/trunk/docs/v2/sdk/INKfflush.html Tue Mar 9
19:31:12 2010
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>INKfflush</title>
<!--#include file="top.html" -->
-<div class="navheader">
+</head><div class="navheader">
<div class="navprev">
<a accesskey="p" href="INKfopenFamilyFunctions.html">Prev</a> â The INKfopen
Family</div>
<div class="navnext">INKfgets â <a accesskey="n"
href="INKfgets.html">Next</a>
Modified: incubator/trafficserver/site/trunk/docs/v2/sdk/INKfgets.html
URL:
http://svn.apache.org/viewvc/incubator/trafficserver/site/trunk/docs/v2/sdk/INKfgets.html?rev=921074&r1=921073&r2=921074&view=diff
==============================================================================
--- incubator/trafficserver/site/trunk/docs/v2/sdk/INKfgets.html (original)
+++ incubator/trafficserver/site/trunk/docs/v2/sdk/INKfgets.html Tue Mar 9
19:31:12 2010
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>INKfgets</title>
<!--#include file="top.html" -->
-<div class="navheader">
+</head><div class="navheader">
<div class="navprev">
<a accesskey="p" href="INKfflush.html">Prev</a> â INKfflush</div>
<div class="navnext">INKfopen â <a accesskey="n"
href="INKfopen.html">Next</a>
@@ -33,11 +33,11 @@
<dd>
<p>Reads a line from the file pointed to by
<code class="code"><em class="replaceable"><code>filep
</code></em></code> into the buffer
- <code class="code"><em
class="replaceable"><code>buf</code></em></code>. Lines are
+ <code class="code"><em
class="replaceable"><code>buf</code></em></code>. Lines aare
terminated by a line feed character, <code
class="code">\n</code>. The line
placed in the buffer includes the line feed character; it is
terminated with a <code class="code">NULL</code>. If the line is
longer than
- <span class="replaceable"><code>length</code></span> bytes, then only
the first <span class="replaceable"><code>length</code></span> - 1 bytes are
placed in <code class="code"><em
class="replaceable"><code>buf</code></em></code>.</p></dd>
+ <span class="replaceable"><code><i>length</i></code></span> bytes, then
only the first <span class="replaceable"><code><i>length</i></code></span> - 1
bytes are placed in <code class="code"><em
class="replaceable"><code>buf</code></em></code>.</p></dd>
</dl></div>
</div>
</body>
Modified: incubator/trafficserver/site/trunk/docs/v2/sdk/INKfopen.html
URL:
http://svn.apache.org/viewvc/incubator/trafficserver/site/trunk/docs/v2/sdk/INKfopen.html?rev=921074&r1=921073&r2=921074&view=diff
==============================================================================
--- incubator/trafficserver/site/trunk/docs/v2/sdk/INKfopen.html (original)
+++ incubator/trafficserver/site/trunk/docs/v2/sdk/INKfopen.html Tue Mar 9
19:31:12 2010
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>INKfopen</title>
<!--#include file="top.html" -->
-<div class="navheader">
+</head><div class="navheader">
<div class="navprev">
<a accesskey="p" href="INKfgets.html">Prev</a> â INKfgets</div>
<div class="navnext">INKfread â <a accesskey="n"
href="INKfread.html">Next</a>
Modified:
incubator/trafficserver/site/trunk/docs/v2/sdk/INKfopenFamilyFunctions.html
URL:
http://svn.apache.org/viewvc/incubator/trafficserver/site/trunk/docs/v2/sdk/INKfopenFamilyFunctions.html?rev=921074&r1=921073&r2=921074&view=diff
==============================================================================
--- incubator/trafficserver/site/trunk/docs/v2/sdk/INKfopenFamilyFunctions.html
(original)
+++ incubator/trafficserver/site/trunk/docs/v2/sdk/INKfopenFamilyFunctions.html
Tue Mar 9 19:31:12 2010
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>The INKfopen Family</title>
<!--#include file="top.html" -->
-<div class="navheader">
+</head><div class="navheader">
<div class="navprev">
<a accesskey="p" href="INKReleaseAssert.html">Prev</a> â
INKReleaseAssert</div>
<div class="navnext">INKfflush â <a accesskey="n"
href="INKfflush.html">Next</a>
@@ -29,6 +29,17 @@
reading and writing configuration information when corresponding usage
of the <code>fopen</code> family of functions is inappropriate because
of file
descriptor and portability limitations. The <code
class="function">INKfopen</code> family of functions consists of the functions
below.</p>
+
+<ul>
+<li><span class="section"><a
href="INKfopenFamilyFunctions.html#INKfclose"><b>INKfclose</b></a></span></li>
+<li><b><span class="section"><a
href="INKfflush.html">INKfflush</a></span></b></li>
+<li><b><span class="section"><a
href="INKfgets.html">INKfgets</a></span></b></li>
+<li><b><span class="section"><a
href="INKfopen.html">INKfopen</a></span></b></li>
+<li><b><span class="section"><a
href="INKfread.html">INKfread</a></span></b></li>
+<li><b><span class="section"><a
href="INKfwrite.html">INKfwrite</a></span></b></li>
+</ul>
+
+
<div class="section" lang="en">
<div class="titlepage"><div><div><h3 class="title">
<a name="INKfclose"></a>INKfclose</h3></div></div></div>
@@ -48,7 +59,8 @@
structures & buffers associated with it. If the file was
opened for writing, then any pending data is flushed.</p></dd>
<dt><span class="term"><b>Example</b></span></dt>
-<dd><p>See the example for <a href="INKfopen.html"
title="INKfopen">INKfopen</a></p></dd>
+<dd>
+ <p>See the example for <a href="INKfopen.html"
title="INKfopen">INKfopen</a>.</p></dd>
</dl></div>
</div>
</div>
Modified: incubator/trafficserver/site/trunk/docs/v2/sdk/INKfread.html
URL:
http://svn.apache.org/viewvc/incubator/trafficserver/site/trunk/docs/v2/sdk/INKfread.html?rev=921074&r1=921073&r2=921074&view=diff
==============================================================================
--- incubator/trafficserver/site/trunk/docs/v2/sdk/INKfread.html (original)
+++ incubator/trafficserver/site/trunk/docs/v2/sdk/INKfread.html Tue Mar 9
19:31:12 2010
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>INKfread</title>
<!--#include file="top.html" -->
-<div class="navheader">
+</head><div class="navheader">
<div class="navprev">
<a accesskey="p" href="INKfopen.html">Prev</a> â INKfopen</div>
<div class="navnext">INKfwrite â <a accesskey="n"
href="INKfwrite.html">Next</a>
@@ -43,7 +43,8 @@
returns <code>0</code>; otherwise, <code
class="function">INKfread</code> returns the
number of bytes read.</p></dd>
<dt><span class="term"><b>Example</b></span></dt>
-<dd><p>See the example for <a href="INKfopen.html"
title="INKfopen">INKfopen</a></p></dd>
+<dd>
+ <p>See the example for <a href="INKfopen.html"
title="INKfopen">INKfopen</a>.</p></dd>
</dl></div>
</div>
</body>
Modified: incubator/trafficserver/site/trunk/docs/v2/sdk/INKfwrite.html
URL:
http://svn.apache.org/viewvc/incubator/trafficserver/site/trunk/docs/v2/sdk/INKfwrite.html?rev=921074&r1=921073&r2=921074&view=diff
==============================================================================
--- incubator/trafficserver/site/trunk/docs/v2/sdk/INKfwrite.html (original)
+++ incubator/trafficserver/site/trunk/docs/v2/sdk/INKfwrite.html Tue Mar 9
19:31:12 2010
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>INKfwrite</title>
<!--#include file="top.html" -->
-<div class="navheader">
+</head><div class="navheader">
<div class="navprev">
<a accesskey="p" href="INKfread.html">Prev</a> â INKfread</div>
<div class="navnext">Memory Allocation â <a accesskey="n"
href="MemoryAllocationFunctions.html">Next</a>
@@ -37,10 +37,10 @@
<code class="code"><em
class="replaceable"><code>buf</code></em></code>. If the file was not
opened for writing, then <code class="function">INKfwrite</code>
returns <code>-1</code>.
Otherwise, <code class="function">INKfwrite</code> returns the
number of
- bytes written. Unless an error occurs when writing data to the
- file, the number of bytes written is equal to
- <code class="code"><em
class="replaceable"><code>length</code></em></code>. One common error
- is an insufficient amount of space on disk.</p></dd>
+ bytes written. The number of bytes written is equal to
+ <code class="code"><em
class="replaceable"><code>length</code></em></code> (unless an error occurs
when writing data to the
+ file). One common error, for example,
+ is an insufficient amount of space on disk.</p></dd>
</dl></div>
</div>
</body>
Modified:
incubator/trafficserver/site/trunk/docs/v2/sdk/InitializationFunctions.html
URL:
http://svn.apache.org/viewvc/incubator/trafficserver/site/trunk/docs/v2/sdk/InitializationFunctions.html?rev=921074&r1=921073&r2=921074&view=diff
==============================================================================
--- incubator/trafficserver/site/trunk/docs/v2/sdk/InitializationFunctions.html
(original)
+++ incubator/trafficserver/site/trunk/docs/v2/sdk/InitializationFunctions.html
Tue Mar 9 19:31:12 2010
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Initialization Functions</title>
<!--#include file="top.html" -->
-<div class="navheader">
+</head><div class="navheader">
<div class="navprev">
<a accesskey="p" href="FunctionReference.html">Prev</a> â
Chapter 18. Function Reference</div>
<div class="navnext">INKPluginRegister â <a accesskey="n"
href="INKPluginRegister.html">Next</a>
@@ -13,6 +13,14 @@
<div class="section" lang="en">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="InitializationFunctions"></a>Initialization
Functions</h2></div></div></div>
+
+<ul>
+<li><span class="section"><a
href="InitializationFunctions.html#INKPluginInit">INKPluginInit</a></span></li>
+<li><span class="section"><a
href="INKPluginRegister.html">INKPluginRegister</a></span></li>
+<li><span class="section"><a
href="INKTrafficServerVersionGet.html">INKTrafficServerVersionGet</a></span></li>
+</ul>
+
+
<div class="section" lang="en">
<div class="titlepage"><div><div><h3 class="title">
<a name="INKPluginInit"></a>INKPluginInit</h3></div></div></div>