You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by bo...@apache.org on 2007/09/11 01:38:31 UTC

svn commit: r574406 [29/38] - in /apr/site/trunk/docs/docs: apr-util/0.9/ apr-util/1.2/ apr-util/trunk/ apr/0.9/ apr/1.2/ apr/trunk/

Modified: apr/site/trunk/docs/docs/apr/trunk/apr__file__io_8h-source.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/trunk/apr__file__io_8h-source.html?rev=574406&r1=574405&r2=574406&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr/trunk/apr__file__io_8h-source.html (original)
+++ apr/site/trunk/docs/docs/apr/trunk/apr__file__io_8h-source.html Mon Sep 10 16:37:52 2007
@@ -1,24 +1,26 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
 <title>Apache Portable Runtime: apr_file_io.h Source File</title>
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 <link href="tabs.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.5.1 -->
+<!-- Generated by Doxygen 1.5.2 -->
 <div class="tabs">
   <ul>
     <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
     <li><a href="modules.html"><span>Modules</span></a></li>
     <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
-    <li id="current"><a href="files.html"><span>Files</span></a></li>
+    <li class="current"><a href="files.html"><span>Files</span></a></li>
     <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
     <li><a href="examples.html"><span>Examples</span></a></li>
-  </ul></div>
+  </ul>
+</div>
 <div class="tabs">
   <ul>
     <li><a href="files.html"><span>File&nbsp;List</span></a></li>
     <li><a href="globals.html"><span>Globals</span></a></li>
-  </ul></div>
+  </ul>
+</div>
 <h1>apr_file_io.h</h1><a href="apr__file__io_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/* Licensed to the Apache Software Foundation (ASF) under one or more</span>
 <a name="l00002"></a>00002 <span class="comment"> * contributor license agreements.  See the NOTICE file distributed with</span>
 <a name="l00003"></a>00003 <span class="comment"> * this work for additional information regarding copyright ownership.</span>
@@ -43,16 +45,16 @@
 <a name="l00022"></a>00022 <span class="comment"> * @brief APR File I/O Handling</span>
 <a name="l00023"></a>00023 <span class="comment"> */</span>
 <a name="l00024"></a>00024 
-<a name="l00025"></a>00025 <span class="preprocessor">#include "<a class="code" href="apr_8h.html">apr.h</a>"</span>
-<a name="l00026"></a>00026 <span class="preprocessor">#include "<a class="code" href="apr__pools_8h.html">apr_pools.h</a>"</span>
-<a name="l00027"></a>00027 <span class="preprocessor">#include "<a class="code" href="apr__time_8h.html">apr_time.h</a>"</span>
-<a name="l00028"></a>00028 <span class="preprocessor">#include "<a class="code" href="apr__errno_8h.html">apr_errno.h</a>"</span>
-<a name="l00029"></a>00029 <span class="preprocessor">#include "<a class="code" href="apr__file__info_8h.html">apr_file_info.h</a>"</span>
-<a name="l00030"></a>00030 <span class="preprocessor">#include "<a class="code" href="apr__inherit_8h.html">apr_inherit.h</a>"</span>
+<a name="l00025"></a>00025 <span class="preprocessor">#include "<a class="code" href="apr_8h.html" title="APR Platform Definitions This is a generated header generated from include/apr.h...">apr.h</a>"</span>
+<a name="l00026"></a>00026 <span class="preprocessor">#include "<a class="code" href="apr__pools_8h.html" title="APR memory allocation.">apr_pools.h</a>"</span>
+<a name="l00027"></a>00027 <span class="preprocessor">#include "<a class="code" href="apr__time_8h.html" title="APR Time Library.">apr_time.h</a>"</span>
+<a name="l00028"></a>00028 <span class="preprocessor">#include "<a class="code" href="apr__errno_8h.html" title="APR Error Codes.">apr_errno.h</a>"</span>
+<a name="l00029"></a>00029 <span class="preprocessor">#include "<a class="code" href="apr__file__info_8h.html" title="APR File Information.">apr_file_info.h</a>"</span>
+<a name="l00030"></a>00030 <span class="preprocessor">#include "<a class="code" href="apr__inherit_8h.html" title="APR File Handle Inheritance Helpers This internal header includes internal declaration...">apr_inherit.h</a>"</span>
 <a name="l00031"></a>00031 
 <a name="l00032"></a><a class="code" href="apr__file__io_8h.html#4f3ace9204c571a34c0b2b9bd23b1133">00032</a> <span class="preprocessor">#define APR_WANT_STDIO          </span><span class="comment">/**&lt; for SEEK_* */</span>
 <a name="l00033"></a><a class="code" href="apr__file__io_8h.html#79e8fc75167d0e530c6afb5172e2a32b">00033</a> <span class="preprocessor">#define APR_WANT_IOVEC          </span><span class="comment">/**&lt; for apr_file_writev */</span>
-<a name="l00034"></a>00034 <span class="preprocessor">#include "<a class="code" href="apr__want_8h.html">apr_want.h</a>"</span>
+<a name="l00034"></a>00034 <span class="preprocessor">#include "<a class="code" href="apr__want_8h.html" title="APR Standard Headers Support.">apr_want.h</a>"</span>
 <a name="l00035"></a>00035 
 <a name="l00036"></a>00036 <span class="preprocessor">#ifdef __cplusplus</span>
 <a name="l00037"></a>00037 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span> {
@@ -114,11 +116,11 @@
 <a name="l00093"></a><a class="code" href="group__apr__file__open__flags.html#g17e216aadb23254580258889e10c53f3">00093</a> <span class="preprocessor">#define APR_SENDFILE_ENABLED APR_FOPEN_SENDFILE_ENABLED </span><span class="comment">/**&lt; @deprecated @see APR_FOPEN_SENDFILE_ENABLED */</span>   
 <a name="l00094"></a><a class="code" href="group__apr__file__open__flags.html#gafa04fd4ec71910a5d7af1c7f5596bad">00094</a> <span class="preprocessor">#define APR_LARGEFILE        APR_FOPEN_LARGEFILE  </span><span class="comment">/**&lt; @deprecated @see APR_FOPEN_LARGEFILE */</span>   
 <a name="l00095"></a>00095 <span class="comment"></span>
-<a name="l00096"></a>00096 <span class="comment">/** @warning The APR_LARGEFILE flag only has effect on some platforms</span>
-<a name="l00097"></a>00097 <span class="comment"> * where sizeof(apr_off_t) == 4.  Where implemented, it allows opening</span>
-<a name="l00098"></a>00098 <span class="comment"> * and writing to a file which exceeds the size which can be</span>
-<a name="l00099"></a>00099 <span class="comment"> * represented by apr_off_t (2 gigabytes).  When a file's size does</span>
-<a name="l00100"></a>00100 <span class="comment"> * exceed 2Gb, apr_file_info_get() will fail with an error on the</span>
+<a name="l00096"></a>00096 <span class="comment">/** @warning The APR_FOPEN_LARGEFILE flag only has effect on some</span>
+<a name="l00097"></a>00097 <span class="comment"> * platforms where sizeof(apr_off_t) == 4.  Where implemented, it</span>
+<a name="l00098"></a>00098 <span class="comment"> * allows opening and writing to a file which exceeds the size which</span>
+<a name="l00099"></a>00099 <span class="comment"> * can be represented by apr_off_t (2 gigabytes).  When a file's size</span>
+<a name="l00100"></a>00100 <span class="comment"> * does exceed 2Gb, apr_file_info_get() will fail with an error on the</span>
 <a name="l00101"></a>00101 <span class="comment"> * descriptor, likewise apr_stat()/apr_lstat() will fail on the</span>
 <a name="l00102"></a>00102 <span class="comment"> * filename.  apr_dir_read() will fail with APR_INCOMPLETE on a</span>
 <a name="l00103"></a>00103 <span class="comment"> * directory entry for a large file depending on the particular</span>
@@ -829,76 +831,77 @@
 <a name="l00808"></a>00808 <span class="comment"> * Truncate the file's length to the specified offset</span>
 <a name="l00809"></a>00809 <span class="comment"> * @param fp The file to truncate</span>
 <a name="l00810"></a>00810 <span class="comment"> * @param offset The offset to truncate to.</span>
-<a name="l00811"></a>00811 <span class="comment"> */</span>
-<a name="l00812"></a>00812 <a class="code" href="group__apr__platform.html#gd7b91b811a172bfa802603c2fb688f98">APR_DECLARE</a>(<a class="code" href="group__apr__errno.html#gf76ee4543247e9fb3f3546203e590a6c">apr_status_t</a>) <a class="code" href="group__apr__file__io.html#gc067fe5f208c927cf6d213197b9335a8">apr_file_trunc</a>(apr_file_t *fp, apr_off_t offset);
-<a name="l00813"></a>00813 <span class="comment"></span>
-<a name="l00814"></a>00814 <span class="comment">/**</span>
-<a name="l00815"></a>00815 <span class="comment"> * Retrieve the flags that were passed into apr_file_open()</span>
-<a name="l00816"></a>00816 <span class="comment"> * when the file was opened.</span>
-<a name="l00817"></a>00817 <span class="comment"> * @return apr_int32_t the flags</span>
-<a name="l00818"></a>00818 <span class="comment"> */</span>
-<a name="l00819"></a>00819 <a class="code" href="group__apr__platform.html#gd7b91b811a172bfa802603c2fb688f98">APR_DECLARE</a>(apr_int32_t) <a class="code" href="group__apr__file__io.html#g023d6e4d2512382a9d4b1f881e105b8f">apr_file_flags_get</a>(apr_file_t *f);
-<a name="l00820"></a>00820 <span class="comment"></span>
-<a name="l00821"></a>00821 <span class="comment">/**</span>
-<a name="l00822"></a>00822 <span class="comment"> * Get the pool used by the file.</span>
-<a name="l00823"></a>00823 <span class="comment"> */</span>
-<a name="l00824"></a>00824 <a class="code" href="group__apr__pools.html#g89ce1d55c7f0c39ea87c88eabd655394">APR_POOL_DECLARE_ACCESSOR</a>(file);
-<a name="l00825"></a>00825 <span class="comment"></span>
-<a name="l00826"></a>00826 <span class="comment">/**</span>
-<a name="l00827"></a>00827 <span class="comment"> * Set a file to be inherited by child processes.</span>
-<a name="l00828"></a>00828 <span class="comment"> *</span>
-<a name="l00829"></a>00829 <span class="comment"> */</span>
-<a name="l00830"></a>00830 <a class="code" href="apr__inherit_8h.html#a67d345784df8cce8114086e1f67cf3d">APR_DECLARE_INHERIT_SET</a>(file);
-<a name="l00831"></a>00831 <span class="comment"></span>
-<a name="l00832"></a>00832 <span class="comment">/**</span>
-<a name="l00833"></a>00833 <span class="comment"> * Unset a file from being inherited by child processes.</span>
-<a name="l00834"></a>00834 <span class="comment"> */</span>
-<a name="l00835"></a>00835 <a class="code" href="apr__inherit_8h.html#d4886be514d6cead6bd119a48984d4b5">APR_DECLARE_INHERIT_UNSET</a>(file);
-<a name="l00836"></a>00836 <span class="comment"></span>
-<a name="l00837"></a>00837 <span class="comment">/**</span>
-<a name="l00838"></a>00838 <span class="comment"> * Open a temporary file</span>
-<a name="l00839"></a>00839 <span class="comment"> * @param fp The apr file to use as a temporary file.</span>
-<a name="l00840"></a>00840 <span class="comment"> * @param templ The template to use when creating a temp file.</span>
-<a name="l00841"></a>00841 <span class="comment"> * @param flags The flags to open the file with. If this is zero,</span>
-<a name="l00842"></a>00842 <span class="comment"> *              the file is opened with </span>
-<a name="l00843"></a>00843 <span class="comment"> *              APR_CREATE | APR_READ | APR_WRITE | APR_EXCL | APR_DELONCLOSE</span>
-<a name="l00844"></a>00844 <span class="comment"> * @param p The pool to allocate the file out of.</span>
-<a name="l00845"></a>00845 <span class="comment"> * @remark   </span>
-<a name="l00846"></a>00846 <span class="comment"> * This function  generates  a unique temporary file name from template.  </span>
-<a name="l00847"></a>00847 <span class="comment"> * The last six characters of template must be XXXXXX and these are replaced </span>
-<a name="l00848"></a>00848 <span class="comment"> * with a string that makes the filename unique. Since it will  be  modified,</span>
-<a name="l00849"></a>00849 <span class="comment"> * template must not be a string constant, but should be declared as a character</span>
-<a name="l00850"></a>00850 <span class="comment"> * array.  </span>
-<a name="l00851"></a>00851 <span class="comment"> *</span>
-<a name="l00852"></a>00852 <span class="comment"> */</span>
-<a name="l00853"></a>00853 <a class="code" href="group__apr__platform.html#gd7b91b811a172bfa802603c2fb688f98">APR_DECLARE</a>(<a class="code" href="group__apr__errno.html#gf76ee4543247e9fb3f3546203e590a6c">apr_status_t</a>) <a class="code" href="group__apr__file__io.html#gc34981f9ff41f85e4377a6dde185fe52">apr_file_mktemp</a>(apr_file_t **fp, <span class="keywordtype">char</span> *templ,
-<a name="l00854"></a>00854                                           apr_int32_t flags, <a class="code" href="group__apr__pools.html#gf137f28edcf9a086cd6bc36c20d7cdfb">apr_pool_t</a> *p);
-<a name="l00855"></a>00855 
-<a name="l00856"></a>00856 <span class="comment"></span>
-<a name="l00857"></a>00857 <span class="comment">/**</span>
-<a name="l00858"></a>00858 <span class="comment"> * Find an existing directory suitable as a temporary storage location.</span>
-<a name="l00859"></a>00859 <span class="comment"> * @param temp_dir The temp directory.</span>
-<a name="l00860"></a>00860 <span class="comment"> * @param p The pool to use for any necessary allocations.</span>
-<a name="l00861"></a>00861 <span class="comment"> * @remark   </span>
-<a name="l00862"></a>00862 <span class="comment"> * This function uses an algorithm to search for a directory that an</span>
-<a name="l00863"></a>00863 <span class="comment"> * an application can use for temporary storage.  Once such a</span>
-<a name="l00864"></a>00864 <span class="comment"> * directory is found, that location is cached by the library.  Thus,</span>
-<a name="l00865"></a>00865 <span class="comment"> * callers only pay the cost of this algorithm once if that one time</span>
-<a name="l00866"></a>00866 <span class="comment"> * is successful.</span>
-<a name="l00867"></a>00867 <span class="comment"> *</span>
-<a name="l00868"></a>00868 <span class="comment"> */</span>
-<a name="l00869"></a>00869 <a class="code" href="group__apr__platform.html#gd7b91b811a172bfa802603c2fb688f98">APR_DECLARE</a>(<a class="code" href="group__apr__errno.html#gf76ee4543247e9fb3f3546203e590a6c">apr_status_t</a>) <a class="code" href="group__apr__file__io.html#g5cc19828a668c362be0ad7a12b805cc0">apr_temp_dir_get</a>(const <span class="keywordtype">char</span> **temp_dir, 
-<a name="l00870"></a>00870                                            <a class="code" href="group__apr__pools.html#gf137f28edcf9a086cd6bc36c20d7cdfb">apr_pool_t</a> *p);
-<a name="l00871"></a>00871 <span class="comment"></span>
-<a name="l00872"></a>00872 <span class="comment">/** @} */</span>
-<a name="l00873"></a>00873 
-<a name="l00874"></a>00874 <span class="preprocessor">#ifdef __cplusplus</span>
-<a name="l00875"></a>00875 <span class="preprocessor"></span>}
-<a name="l00876"></a>00876 <span class="preprocessor">#endif</span>
-<a name="l00877"></a>00877 <span class="preprocessor"></span>
-<a name="l00878"></a>00878 <span class="preprocessor">#endif  </span><span class="comment">/* ! APR_FILE_IO_H */</span>
-</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Apr 2 15:33:55 2007 for Apache Portable Runtime by&nbsp;
+<a name="l00811"></a>00811 <span class="comment"> * @remark The read/write file offset is repositioned to offset.</span>
+<a name="l00812"></a>00812 <span class="comment"> */</span>
+<a name="l00813"></a>00813 <a class="code" href="group__apr__platform.html#gd7b91b811a172bfa802603c2fb688f98">APR_DECLARE</a>(<a class="code" href="group__apr__errno.html#gf76ee4543247e9fb3f3546203e590a6c">apr_status_t</a>) <a class="code" href="group__apr__file__io.html#gc067fe5f208c927cf6d213197b9335a8">apr_file_trunc</a>(apr_file_t *fp, apr_off_t offset);
+<a name="l00814"></a>00814 <span class="comment"></span>
+<a name="l00815"></a>00815 <span class="comment">/**</span>
+<a name="l00816"></a>00816 <span class="comment"> * Retrieve the flags that were passed into apr_file_open()</span>
+<a name="l00817"></a>00817 <span class="comment"> * when the file was opened.</span>
+<a name="l00818"></a>00818 <span class="comment"> * @return apr_int32_t the flags</span>
+<a name="l00819"></a>00819 <span class="comment"> */</span>
+<a name="l00820"></a>00820 <a class="code" href="group__apr__platform.html#gd7b91b811a172bfa802603c2fb688f98">APR_DECLARE</a>(apr_int32_t) <a class="code" href="group__apr__file__io.html#g023d6e4d2512382a9d4b1f881e105b8f">apr_file_flags_get</a>(apr_file_t *f);
+<a name="l00821"></a>00821 <span class="comment"></span>
+<a name="l00822"></a>00822 <span class="comment">/**</span>
+<a name="l00823"></a>00823 <span class="comment"> * Get the pool used by the file.</span>
+<a name="l00824"></a>00824 <span class="comment"> */</span>
+<a name="l00825"></a>00825 <a class="code" href="group__apr__pools.html#g89ce1d55c7f0c39ea87c88eabd655394">APR_POOL_DECLARE_ACCESSOR</a>(file);
+<a name="l00826"></a>00826 <span class="comment"></span>
+<a name="l00827"></a>00827 <span class="comment">/**</span>
+<a name="l00828"></a>00828 <span class="comment"> * Set a file to be inherited by child processes.</span>
+<a name="l00829"></a>00829 <span class="comment"> *</span>
+<a name="l00830"></a>00830 <span class="comment"> */</span>
+<a name="l00831"></a>00831 <a class="code" href="apr__inherit_8h.html#a67d345784df8cce8114086e1f67cf3d">APR_DECLARE_INHERIT_SET</a>(file);
+<a name="l00832"></a>00832 <span class="comment"></span>
+<a name="l00833"></a>00833 <span class="comment">/**</span>
+<a name="l00834"></a>00834 <span class="comment"> * Unset a file from being inherited by child processes.</span>
+<a name="l00835"></a>00835 <span class="comment"> */</span>
+<a name="l00836"></a>00836 <a class="code" href="apr__inherit_8h.html#d4886be514d6cead6bd119a48984d4b5">APR_DECLARE_INHERIT_UNSET</a>(file);
+<a name="l00837"></a>00837 <span class="comment"></span>
+<a name="l00838"></a>00838 <span class="comment">/**</span>
+<a name="l00839"></a>00839 <span class="comment"> * Open a temporary file</span>
+<a name="l00840"></a>00840 <span class="comment"> * @param fp The apr file to use as a temporary file.</span>
+<a name="l00841"></a>00841 <span class="comment"> * @param templ The template to use when creating a temp file.</span>
+<a name="l00842"></a>00842 <span class="comment"> * @param flags The flags to open the file with. If this is zero,</span>
+<a name="l00843"></a>00843 <span class="comment"> *              the file is opened with </span>
+<a name="l00844"></a>00844 <span class="comment"> *              APR_CREATE | APR_READ | APR_WRITE | APR_EXCL | APR_DELONCLOSE</span>
+<a name="l00845"></a>00845 <span class="comment"> * @param p The pool to allocate the file out of.</span>
+<a name="l00846"></a>00846 <span class="comment"> * @remark   </span>
+<a name="l00847"></a>00847 <span class="comment"> * This function  generates  a unique temporary file name from template.  </span>
+<a name="l00848"></a>00848 <span class="comment"> * The last six characters of template must be XXXXXX and these are replaced </span>
+<a name="l00849"></a>00849 <span class="comment"> * with a string that makes the filename unique. Since it will  be  modified,</span>
+<a name="l00850"></a>00850 <span class="comment"> * template must not be a string constant, but should be declared as a character</span>
+<a name="l00851"></a>00851 <span class="comment"> * array.  </span>
+<a name="l00852"></a>00852 <span class="comment"> *</span>
+<a name="l00853"></a>00853 <span class="comment"> */</span>
+<a name="l00854"></a>00854 <a class="code" href="group__apr__platform.html#gd7b91b811a172bfa802603c2fb688f98">APR_DECLARE</a>(<a class="code" href="group__apr__errno.html#gf76ee4543247e9fb3f3546203e590a6c">apr_status_t</a>) <a class="code" href="group__apr__file__io.html#gc34981f9ff41f85e4377a6dde185fe52">apr_file_mktemp</a>(apr_file_t **fp, <span class="keywordtype">char</span> *templ,
+<a name="l00855"></a>00855                                           apr_int32_t flags, <a class="code" href="group__apr__pools.html#gf137f28edcf9a086cd6bc36c20d7cdfb">apr_pool_t</a> *p);
+<a name="l00856"></a>00856 
+<a name="l00857"></a>00857 <span class="comment"></span>
+<a name="l00858"></a>00858 <span class="comment">/**</span>
+<a name="l00859"></a>00859 <span class="comment"> * Find an existing directory suitable as a temporary storage location.</span>
+<a name="l00860"></a>00860 <span class="comment"> * @param temp_dir The temp directory.</span>
+<a name="l00861"></a>00861 <span class="comment"> * @param p The pool to use for any necessary allocations.</span>
+<a name="l00862"></a>00862 <span class="comment"> * @remark   </span>
+<a name="l00863"></a>00863 <span class="comment"> * This function uses an algorithm to search for a directory that an</span>
+<a name="l00864"></a>00864 <span class="comment"> * an application can use for temporary storage.  Once such a</span>
+<a name="l00865"></a>00865 <span class="comment"> * directory is found, that location is cached by the library.  Thus,</span>
+<a name="l00866"></a>00866 <span class="comment"> * callers only pay the cost of this algorithm once if that one time</span>
+<a name="l00867"></a>00867 <span class="comment"> * is successful.</span>
+<a name="l00868"></a>00868 <span class="comment"> *</span>
+<a name="l00869"></a>00869 <span class="comment"> */</span>
+<a name="l00870"></a>00870 <a class="code" href="group__apr__platform.html#gd7b91b811a172bfa802603c2fb688f98">APR_DECLARE</a>(<a class="code" href="group__apr__errno.html#gf76ee4543247e9fb3f3546203e590a6c">apr_status_t</a>) <a class="code" href="group__apr__file__io.html#g5cc19828a668c362be0ad7a12b805cc0">apr_temp_dir_get</a>(const <span class="keywordtype">char</span> **temp_dir, 
+<a name="l00871"></a>00871                                            <a class="code" href="group__apr__pools.html#gf137f28edcf9a086cd6bc36c20d7cdfb">apr_pool_t</a> *p);
+<a name="l00872"></a>00872 <span class="comment"></span>
+<a name="l00873"></a>00873 <span class="comment">/** @} */</span>
+<a name="l00874"></a>00874 
+<a name="l00875"></a>00875 <span class="preprocessor">#ifdef __cplusplus</span>
+<a name="l00876"></a>00876 <span class="preprocessor"></span>}
+<a name="l00877"></a>00877 <span class="preprocessor">#endif</span>
+<a name="l00878"></a>00878 <span class="preprocessor"></span>
+<a name="l00879"></a>00879 <span class="preprocessor">#endif  </span><span class="comment">/* ! APR_FILE_IO_H */</span>
+</pre></div><hr size="1"><address style="text-align: right;"><small>Generated on Tue Sep 11 09:20:20 2007 for Apache Portable Runtime by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.2 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr/trunk/apr__file__io_8h.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/trunk/apr__file__io_8h.html?rev=574406&r1=574405&r2=574406&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr/trunk/apr__file__io_8h.html (original)
+++ apr/site/trunk/docs/docs/apr/trunk/apr__file__io_8h.html Mon Sep 10 16:37:52 2007
@@ -1,24 +1,26 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
 <title>Apache Portable Runtime: apr_file_io.h File Reference</title>
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 <link href="tabs.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.5.1 -->
+<!-- Generated by Doxygen 1.5.2 -->
 <div class="tabs">
   <ul>
     <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
     <li><a href="modules.html"><span>Modules</span></a></li>
     <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
-    <li id="current"><a href="files.html"><span>Files</span></a></li>
+    <li class="current"><a href="files.html"><span>Files</span></a></li>
     <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
     <li><a href="examples.html"><span>Examples</span></a></li>
-  </ul></div>
+  </ul>
+</div>
 <div class="tabs">
   <ul>
     <li><a href="files.html"><span>File&nbsp;List</span></a></li>
     <li><a href="globals.html"><span>Globals</span></a></li>
-  </ul></div>
+  </ul>
+</div>
 <h1>apr_file_io.h File Reference</h1>APR File I/O Handling. <a href="#_details">More...</a>
 <p>
 <code>#include &quot;<a class="el" href="apr_8h-source.html">apr.h</a>&quot;</code><br>
@@ -268,8 +270,8 @@
 for SEEK_* 
 </div>
 </div><p>
-<hr size="1"><address style="align: right;"><small>Generated on Mon Apr 2 15:33:56 2007 for Apache Portable Runtime by&nbsp;
+<hr size="1"><address style="text-align: right;"><small>Generated on Tue Sep 11 09:20:20 2007 for Apache Portable Runtime by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.2 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr/trunk/apr__fnmatch_8h-source.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/trunk/apr__fnmatch_8h-source.html?rev=574406&r1=574405&r2=574406&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr/trunk/apr__fnmatch_8h-source.html (original)
+++ apr/site/trunk/docs/docs/apr/trunk/apr__fnmatch_8h-source.html Mon Sep 10 16:37:52 2007
@@ -1,24 +1,26 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
 <title>Apache Portable Runtime: apr_fnmatch.h Source File</title>
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 <link href="tabs.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.5.1 -->
+<!-- Generated by Doxygen 1.5.2 -->
 <div class="tabs">
   <ul>
     <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
     <li><a href="modules.html"><span>Modules</span></a></li>
     <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
-    <li id="current"><a href="files.html"><span>Files</span></a></li>
+    <li class="current"><a href="files.html"><span>Files</span></a></li>
     <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
     <li><a href="examples.html"><span>Examples</span></a></li>
-  </ul></div>
+  </ul>
+</div>
 <div class="tabs">
   <ul>
     <li><a href="files.html"><span>File&nbsp;List</span></a></li>
     <li><a href="globals.html"><span>Globals</span></a></li>
-  </ul></div>
+  </ul>
+</div>
 <h1>apr_fnmatch.h</h1><a href="apr__fnmatch_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
 <a name="l00002"></a>00002 <span class="comment"> * Copyright (c) 1992, 1993</span>
 <a name="l00003"></a>00003 <span class="comment"> *      The Regents of the University of California.  All rights reserved.</span>
@@ -63,8 +65,8 @@
 <a name="l00042"></a>00042 <span class="comment"> * @brief APR FNMatch Functions</span>
 <a name="l00043"></a>00043 <span class="comment"> */</span>
 <a name="l00044"></a>00044 
-<a name="l00045"></a>00045 <span class="preprocessor">#include "<a class="code" href="apr__errno_8h.html">apr_errno.h</a>"</span>
-<a name="l00046"></a>00046 <span class="preprocessor">#include "<a class="code" href="apr__tables_8h.html">apr_tables.h</a>"</span>
+<a name="l00045"></a>00045 <span class="preprocessor">#include "<a class="code" href="apr__errno_8h.html" title="APR Error Codes.">apr_errno.h</a>"</span>
+<a name="l00046"></a>00046 <span class="preprocessor">#include "<a class="code" href="apr__tables_8h.html" title="APR Table library.">apr_tables.h</a>"</span>
 <a name="l00047"></a>00047 
 <a name="l00048"></a>00048 <span class="preprocessor">#ifdef __cplusplus</span>
 <a name="l00049"></a>00049 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span> {
@@ -168,8 +170,8 @@
 <a name="l00147"></a>00147 <span class="preprocessor">#endif</span>
 <a name="l00148"></a>00148 <span class="preprocessor"></span>
 <a name="l00149"></a>00149 <span class="preprocessor">#endif </span><span class="comment">/* !_APR_FNMATCH_H_ */</span>
-</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Apr 2 15:33:55 2007 for Apache Portable Runtime by&nbsp;
+</pre></div><hr size="1"><address style="text-align: right;"><small>Generated on Tue Sep 11 09:20:20 2007 for Apache Portable Runtime by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.2 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr/trunk/apr__fnmatch_8h.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/trunk/apr__fnmatch_8h.html?rev=574406&r1=574405&r2=574406&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr/trunk/apr__fnmatch_8h.html (original)
+++ apr/site/trunk/docs/docs/apr/trunk/apr__fnmatch_8h.html Mon Sep 10 16:37:52 2007
@@ -1,24 +1,26 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
 <title>Apache Portable Runtime: apr_fnmatch.h File Reference</title>
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 <link href="tabs.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.5.1 -->
+<!-- Generated by Doxygen 1.5.2 -->
 <div class="tabs">
   <ul>
     <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
     <li><a href="modules.html"><span>Modules</span></a></li>
     <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
-    <li id="current"><a href="files.html"><span>Files</span></a></li>
+    <li class="current"><a href="files.html"><span>Files</span></a></li>
     <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
     <li><a href="examples.html"><span>Examples</span></a></li>
-  </ul></div>
+  </ul>
+</div>
 <div class="tabs">
   <ul>
     <li><a href="files.html"><span>File&nbsp;List</span></a></li>
     <li><a href="globals.html"><span>Globals</span></a></li>
-  </ul></div>
+  </ul>
+</div>
 <h1>apr_fnmatch.h File Reference</h1>APR FNMatch Functions. <a href="#_details">More...</a>
 <p>
 <code>#include &quot;<a class="el" href="apr__errno_8h-source.html">apr_errno.h</a>&quot;</code><br>
@@ -49,8 +51,8 @@
 <hr><a name="_details"></a><h2>Detailed Description</h2>
 APR FNMatch Functions. 
 <p>
-<hr size="1"><address style="align: right;"><small>Generated on Mon Apr 2 15:33:56 2007 for Apache Portable Runtime by&nbsp;
+<hr size="1"><address style="text-align: right;"><small>Generated on Tue Sep 11 09:20:20 2007 for Apache Portable Runtime by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.2 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr/trunk/apr__general_8h-source.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/trunk/apr__general_8h-source.html?rev=574406&r1=574405&r2=574406&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr/trunk/apr__general_8h-source.html (original)
+++ apr/site/trunk/docs/docs/apr/trunk/apr__general_8h-source.html Mon Sep 10 16:37:52 2007
@@ -1,24 +1,26 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
 <title>Apache Portable Runtime: apr_general.h Source File</title>
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 <link href="tabs.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.5.1 -->
+<!-- Generated by Doxygen 1.5.2 -->
 <div class="tabs">
   <ul>
     <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
     <li><a href="modules.html"><span>Modules</span></a></li>
     <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
-    <li id="current"><a href="files.html"><span>Files</span></a></li>
+    <li class="current"><a href="files.html"><span>Files</span></a></li>
     <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
     <li><a href="examples.html"><span>Examples</span></a></li>
-  </ul></div>
+  </ul>
+</div>
 <div class="tabs">
   <ul>
     <li><a href="files.html"><span>File&nbsp;List</span></a></li>
     <li><a href="globals.html"><span>Globals</span></a></li>
-  </ul></div>
+  </ul>
+</div>
 <h1>apr_general.h</h1><a href="apr__general_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/* Licensed to the Apache Software Foundation (ASF) under one or more</span>
 <a name="l00002"></a>00002 <span class="comment"> * contributor license agreements.  See the NOTICE file distributed with</span>
 <a name="l00003"></a>00003 <span class="comment"> * this work for additional information regarding copyright ownership.</span>
@@ -46,9 +48,9 @@
 <a name="l00025"></a>00025 <span class="comment"> * @brief APR Miscellaneous library routines</span>
 <a name="l00026"></a>00026 <span class="comment"> */</span>
 <a name="l00027"></a>00027 
-<a name="l00028"></a>00028 <span class="preprocessor">#include "<a class="code" href="apr_8h.html">apr.h</a>"</span>
-<a name="l00029"></a>00029 <span class="preprocessor">#include "<a class="code" href="apr__pools_8h.html">apr_pools.h</a>"</span>
-<a name="l00030"></a>00030 <span class="preprocessor">#include "<a class="code" href="apr__errno_8h.html">apr_errno.h</a>"</span>
+<a name="l00028"></a>00028 <span class="preprocessor">#include "<a class="code" href="apr_8h.html" title="APR Platform Definitions This is a generated header generated from include/apr.h...">apr.h</a>"</span>
+<a name="l00029"></a>00029 <span class="preprocessor">#include "<a class="code" href="apr__pools_8h.html" title="APR memory allocation.">apr_pools.h</a>"</span>
+<a name="l00030"></a>00030 <span class="preprocessor">#include "<a class="code" href="apr__errno_8h.html" title="APR Error Codes.">apr_errno.h</a>"</span>
 <a name="l00031"></a>00031 
 <a name="l00032"></a>00032 <span class="preprocessor">#if APR_HAVE_SIGNAL_H</span>
 <a name="l00033"></a>00033 <span class="preprocessor"></span><span class="preprocessor">#include &lt;signal.h&gt;</span>
@@ -144,7 +146,7 @@
 <a name="l00123"></a>00123 <span class="preprocessor">#if (!APR_HAVE_STRNCASECMP) &amp;&amp; (APR_HAVE_STRNICMP)</span>
 <a name="l00124"></a>00124 <span class="preprocessor"></span><span class="preprocessor">#define strncasecmp(s1, s2, n) strnicmp(s1, s2, n)</span>
 <a name="l00125"></a>00125 <span class="preprocessor"></span><span class="preprocessor">#elif (!APR_HAVE_STRNCASECMP)</span>
-<a name="l00126"></a>00126 <span class="preprocessor"></span><span class="keywordtype">int</span> strncasecmp(<span class="keyword">const</span> <span class="keywordtype">char</span> *a, <span class="keyword">const</span> <span class="keywordtype">char</span> *b, size_t n);
+<a name="l00126"></a>00126 <span class="preprocessor"></span><span class="keywordtype">int</span> strncasecmp(<span class="keyword">const</span> <span class="keywordtype">char</span> *a, <span class="keyword">const</span> <span class="keywordtype">char</span> *b, <span class="keywordtype">size_t</span> n);
 <a name="l00127"></a>00127 <span class="preprocessor">#endif</span>
 <a name="l00128"></a>00128 <span class="preprocessor"></span>
 <a name="l00129"></a>00129 <span class="preprocessor">#endif</span>
@@ -178,7 +180,7 @@
 <a name="l00157"></a>00157 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
 <a name="l00158"></a>00158 <span class="preprocessor"></span>
 <a name="l00159"></a>00159 <span class="preprocessor">#if (!APR_HAVE_MEMCHR)</span>
-<a name="l00160"></a>00160 <span class="preprocessor"></span><span class="keywordtype">void</span> *memchr(<span class="keyword">const</span> <span class="keywordtype">void</span> *s, <span class="keywordtype">int</span> c, size_t n);
+<a name="l00160"></a>00160 <span class="preprocessor"></span><span class="keywordtype">void</span> *memchr(<span class="keyword">const</span> <span class="keywordtype">void</span> *s, <span class="keywordtype">int</span> c, <span class="keywordtype">size_t</span> n);
 <a name="l00161"></a>00161 <span class="preprocessor">#endif</span>
 <a name="l00162"></a>00162 <span class="preprocessor"></span><span class="comment"></span>
 <a name="l00163"></a>00163 <span class="comment">/** @} */</span>
@@ -260,8 +262,8 @@
 <a name="l00239"></a>00239 <span class="preprocessor">#endif</span>
 <a name="l00240"></a>00240 <span class="preprocessor"></span>
 <a name="l00241"></a>00241 <span class="preprocessor">#endif  </span><span class="comment">/* ! APR_GENERAL_H */</span>
-</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Apr 2 15:33:55 2007 for Apache Portable Runtime by&nbsp;
+</pre></div><hr size="1"><address style="text-align: right;"><small>Generated on Tue Sep 11 09:20:20 2007 for Apache Portable Runtime by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.2 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr/trunk/apr__general_8h.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/trunk/apr__general_8h.html?rev=574406&r1=574405&r2=574406&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr/trunk/apr__general_8h.html (original)
+++ apr/site/trunk/docs/docs/apr/trunk/apr__general_8h.html Mon Sep 10 16:37:52 2007
@@ -1,24 +1,26 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
 <title>Apache Portable Runtime: apr_general.h File Reference</title>
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 <link href="tabs.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.5.1 -->
+<!-- Generated by Doxygen 1.5.2 -->
 <div class="tabs">
   <ul>
     <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
     <li><a href="modules.html"><span>Modules</span></a></li>
     <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
-    <li id="current"><a href="files.html"><span>Files</span></a></li>
+    <li class="current"><a href="files.html"><span>Files</span></a></li>
     <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
     <li><a href="examples.html"><span>Examples</span></a></li>
-  </ul></div>
+  </ul>
+</div>
 <div class="tabs">
   <ul>
     <li><a href="files.html"><span>File&nbsp;List</span></a></li>
     <li><a href="globals.html"><span>Globals</span></a></li>
-  </ul></div>
+  </ul>
+</div>
 <h1>apr_general.h File Reference</h1>APR Miscellaneous library routines. <a href="#_details">More...</a>
 <p>
 <code>#include &quot;<a class="el" href="apr_8h-source.html">apr.h</a>&quot;</code><br>
@@ -72,8 +74,8 @@
 <hr><a name="_details"></a><h2>Detailed Description</h2>
 APR Miscellaneous library routines. 
 <p>
-This is collection of oddballs that didn't fit anywhere else, and might move to more appropriate headers with the release of APR 1.0. <hr size="1"><address style="align: right;"><small>Generated on Mon Apr 2 15:33:56 2007 for Apache Portable Runtime by&nbsp;
+This is collection of oddballs that didn't fit anywhere else, and might move to more appropriate headers with the release of APR 1.0. <hr size="1"><address style="text-align: right;"><small>Generated on Tue Sep 11 09:20:20 2007 for Apache Portable Runtime by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.2 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr/trunk/apr__getopt_8h-source.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/trunk/apr__getopt_8h-source.html?rev=574406&r1=574405&r2=574406&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr/trunk/apr__getopt_8h-source.html (original)
+++ apr/site/trunk/docs/docs/apr/trunk/apr__getopt_8h-source.html Mon Sep 10 16:37:52 2007
@@ -1,24 +1,26 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
 <title>Apache Portable Runtime: apr_getopt.h Source File</title>
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 <link href="tabs.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.5.1 -->
+<!-- Generated by Doxygen 1.5.2 -->
 <div class="tabs">
   <ul>
     <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
     <li><a href="modules.html"><span>Modules</span></a></li>
     <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
-    <li id="current"><a href="files.html"><span>Files</span></a></li>
+    <li class="current"><a href="files.html"><span>Files</span></a></li>
     <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
     <li><a href="examples.html"><span>Examples</span></a></li>
-  </ul></div>
+  </ul>
+</div>
 <div class="tabs">
   <ul>
     <li><a href="files.html"><span>File&nbsp;List</span></a></li>
     <li><a href="globals.html"><span>Globals</span></a></li>
-  </ul></div>
+  </ul>
+</div>
 <h1>apr_getopt.h</h1><a href="apr__getopt_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/* Licensed to the Apache Software Foundation (ASF) under one or more</span>
 <a name="l00002"></a>00002 <span class="comment"> * contributor license agreements.  See the NOTICE file distributed with</span>
 <a name="l00003"></a>00003 <span class="comment"> * this work for additional information regarding copyright ownership.</span>
@@ -43,7 +45,7 @@
 <a name="l00022"></a>00022 <span class="comment"> * @brief APR Command Arguments (getopt)</span>
 <a name="l00023"></a>00023 <span class="comment"> */</span>
 <a name="l00024"></a>00024 
-<a name="l00025"></a>00025 <span class="preprocessor">#include "<a class="code" href="apr__pools_8h.html">apr_pools.h</a>"</span>
+<a name="l00025"></a>00025 <span class="preprocessor">#include "<a class="code" href="apr__pools_8h.html" title="APR memory allocation.">apr_pools.h</a>"</span>
 <a name="l00026"></a>00026 
 <a name="l00027"></a>00027 <span class="preprocessor">#ifdef __cplusplus</span>
 <a name="l00028"></a>00028 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span> {
@@ -179,8 +181,8 @@
 <a name="l00158"></a>00158 <span class="preprocessor">#endif</span>
 <a name="l00159"></a>00159 <span class="preprocessor"></span>
 <a name="l00160"></a>00160 <span class="preprocessor">#endif  </span><span class="comment">/* ! APR_GETOPT_H */</span>
-</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Apr 2 15:33:55 2007 for Apache Portable Runtime by&nbsp;
+</pre></div><hr size="1"><address style="text-align: right;"><small>Generated on Tue Sep 11 09:20:20 2007 for Apache Portable Runtime by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.2 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr/trunk/apr__getopt_8h.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/trunk/apr__getopt_8h.html?rev=574406&r1=574405&r2=574406&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr/trunk/apr__getopt_8h.html (original)
+++ apr/site/trunk/docs/docs/apr/trunk/apr__getopt_8h.html Mon Sep 10 16:37:52 2007
@@ -1,24 +1,26 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
 <title>Apache Portable Runtime: apr_getopt.h File Reference</title>
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 <link href="tabs.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.5.1 -->
+<!-- Generated by Doxygen 1.5.2 -->
 <div class="tabs">
   <ul>
     <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
     <li><a href="modules.html"><span>Modules</span></a></li>
     <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
-    <li id="current"><a href="files.html"><span>Files</span></a></li>
+    <li class="current"><a href="files.html"><span>Files</span></a></li>
     <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
     <li><a href="examples.html"><span>Examples</span></a></li>
-  </ul></div>
+  </ul>
+</div>
 <div class="tabs">
   <ul>
     <li><a href="files.html"><span>File&nbsp;List</span></a></li>
     <li><a href="globals.html"><span>Globals</span></a></li>
-  </ul></div>
+  </ul>
+</div>
 <h1>apr_getopt.h File Reference</h1>APR Command Arguments (getopt). <a href="#_details">More...</a>
 <p>
 <code>#include &quot;<a class="el" href="apr__pools_8h-source.html">apr_pools.h</a>&quot;</code><br>
@@ -49,8 +51,8 @@
 <hr><a name="_details"></a><h2>Detailed Description</h2>
 APR Command Arguments (getopt). 
 <p>
-<hr size="1"><address style="align: right;"><small>Generated on Mon Apr 2 15:33:56 2007 for Apache Portable Runtime by&nbsp;
+<hr size="1"><address style="text-align: right;"><small>Generated on Tue Sep 11 09:20:20 2007 for Apache Portable Runtime by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.2 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr/trunk/apr__global__mutex_8h-source.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/trunk/apr__global__mutex_8h-source.html?rev=574406&r1=574405&r2=574406&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr/trunk/apr__global__mutex_8h-source.html (original)
+++ apr/site/trunk/docs/docs/apr/trunk/apr__global__mutex_8h-source.html Mon Sep 10 16:37:52 2007
@@ -1,24 +1,26 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
 <title>Apache Portable Runtime: apr_global_mutex.h Source File</title>
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 <link href="tabs.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.5.1 -->
+<!-- Generated by Doxygen 1.5.2 -->
 <div class="tabs">
   <ul>
     <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
     <li><a href="modules.html"><span>Modules</span></a></li>
     <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
-    <li id="current"><a href="files.html"><span>Files</span></a></li>
+    <li class="current"><a href="files.html"><span>Files</span></a></li>
     <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
     <li><a href="examples.html"><span>Examples</span></a></li>
-  </ul></div>
+  </ul>
+</div>
 <div class="tabs">
   <ul>
     <li><a href="files.html"><span>File&nbsp;List</span></a></li>
     <li><a href="globals.html"><span>Globals</span></a></li>
-  </ul></div>
+  </ul>
+</div>
 <h1>apr_global_mutex.h</h1><a href="apr__global__mutex_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/* Licensed to the Apache Software Foundation (ASF) under one or more</span>
 <a name="l00002"></a>00002 <span class="comment"> * contributor license agreements.  See the NOTICE file distributed with</span>
 <a name="l00003"></a>00003 <span class="comment"> * this work for additional information regarding copyright ownership.</span>
@@ -43,12 +45,12 @@
 <a name="l00022"></a>00022 <span class="comment"> * @brief APR Global Locking Routines</span>
 <a name="l00023"></a>00023 <span class="comment"> */</span>
 <a name="l00024"></a>00024 
-<a name="l00025"></a>00025 <span class="preprocessor">#include "<a class="code" href="apr_8h.html">apr.h</a>"</span>
-<a name="l00026"></a>00026 <span class="preprocessor">#include "<a class="code" href="apr__proc__mutex_8h.html">apr_proc_mutex.h</a>"</span>    <span class="comment">/* only for apr_lockmech_e */</span>
-<a name="l00027"></a>00027 <span class="preprocessor">#include "<a class="code" href="apr__pools_8h.html">apr_pools.h</a>"</span>
-<a name="l00028"></a>00028 <span class="preprocessor">#include "<a class="code" href="apr__errno_8h.html">apr_errno.h</a>"</span>
+<a name="l00025"></a>00025 <span class="preprocessor">#include "<a class="code" href="apr_8h.html" title="APR Platform Definitions This is a generated header generated from include/apr.h...">apr.h</a>"</span>
+<a name="l00026"></a>00026 <span class="preprocessor">#include "<a class="code" href="apr__proc__mutex_8h.html" title="APR Process Locking Routines.">apr_proc_mutex.h</a>"</span>    <span class="comment">/* only for apr_lockmech_e */</span>
+<a name="l00027"></a>00027 <span class="preprocessor">#include "<a class="code" href="apr__pools_8h.html" title="APR memory allocation.">apr_pools.h</a>"</span>
+<a name="l00028"></a>00028 <span class="preprocessor">#include "<a class="code" href="apr__errno_8h.html" title="APR Error Codes.">apr_errno.h</a>"</span>
 <a name="l00029"></a>00029 <span class="preprocessor">#if APR_PROC_MUTEX_IS_GLOBAL</span>
-<a name="l00030"></a>00030 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="apr__proc__mutex_8h.html">apr_proc_mutex.h</a>"</span>
+<a name="l00030"></a>00030 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="apr__proc__mutex_8h.html" title="APR Process Locking Routines.">apr_proc_mutex.h</a>"</span>
 <a name="l00031"></a>00031 <span class="preprocessor">#endif</span>
 <a name="l00032"></a>00032 <span class="preprocessor"></span>
 <a name="l00033"></a>00033 <span class="preprocessor">#ifdef __cplusplus</span>
@@ -172,8 +174,8 @@
 <a name="l00151"></a>00151 <span class="preprocessor">#endif</span>
 <a name="l00152"></a>00152 <span class="preprocessor"></span>
 <a name="l00153"></a>00153 <span class="preprocessor">#endif  </span><span class="comment">/* ndef APR_GLOBAL_MUTEX_H */</span>
-</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Apr 2 15:33:55 2007 for Apache Portable Runtime by&nbsp;
+</pre></div><hr size="1"><address style="text-align: right;"><small>Generated on Tue Sep 11 09:20:20 2007 for Apache Portable Runtime by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.2 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr/trunk/apr__global__mutex_8h.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/trunk/apr__global__mutex_8h.html?rev=574406&r1=574405&r2=574406&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr/trunk/apr__global__mutex_8h.html (original)
+++ apr/site/trunk/docs/docs/apr/trunk/apr__global__mutex_8h.html Mon Sep 10 16:37:52 2007
@@ -1,24 +1,26 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
 <title>Apache Portable Runtime: apr_global_mutex.h File Reference</title>
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 <link href="tabs.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.5.1 -->
+<!-- Generated by Doxygen 1.5.2 -->
 <div class="tabs">
   <ul>
     <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
     <li><a href="modules.html"><span>Modules</span></a></li>
     <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
-    <li id="current"><a href="files.html"><span>Files</span></a></li>
+    <li class="current"><a href="files.html"><span>Files</span></a></li>
     <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
     <li><a href="examples.html"><span>Examples</span></a></li>
-  </ul></div>
+  </ul>
+</div>
 <div class="tabs">
   <ul>
     <li><a href="files.html"><span>File&nbsp;List</span></a></li>
     <li><a href="globals.html"><span>Globals</span></a></li>
-  </ul></div>
+  </ul>
+</div>
 <h1>apr_global_mutex.h File Reference</h1>APR Global Locking Routines. <a href="#_details">More...</a>
 <p>
 <code>#include &quot;<a class="el" href="apr_8h-source.html">apr.h</a>&quot;</code><br>
@@ -51,8 +53,8 @@
 <hr><a name="_details"></a><h2>Detailed Description</h2>
 APR Global Locking Routines. 
 <p>
-<hr size="1"><address style="align: right;"><small>Generated on Mon Apr 2 15:33:56 2007 for Apache Portable Runtime by&nbsp;
+<hr size="1"><address style="text-align: right;"><small>Generated on Tue Sep 11 09:20:20 2007 for Apache Portable Runtime by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.2 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr/trunk/apr__hash_8h-source.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/trunk/apr__hash_8h-source.html?rev=574406&r1=574405&r2=574406&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr/trunk/apr__hash_8h-source.html (original)
+++ apr/site/trunk/docs/docs/apr/trunk/apr__hash_8h-source.html Mon Sep 10 16:37:52 2007
@@ -1,24 +1,26 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
 <title>Apache Portable Runtime: apr_hash.h Source File</title>
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 <link href="tabs.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.5.1 -->
+<!-- Generated by Doxygen 1.5.2 -->
 <div class="tabs">
   <ul>
     <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
     <li><a href="modules.html"><span>Modules</span></a></li>
     <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
-    <li id="current"><a href="files.html"><span>Files</span></a></li>
+    <li class="current"><a href="files.html"><span>Files</span></a></li>
     <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
     <li><a href="examples.html"><span>Examples</span></a></li>
-  </ul></div>
+  </ul>
+</div>
 <div class="tabs">
   <ul>
     <li><a href="files.html"><span>File&nbsp;List</span></a></li>
     <li><a href="globals.html"><span>Globals</span></a></li>
-  </ul></div>
+  </ul>
+</div>
 <h1>apr_hash.h</h1><a href="apr__hash_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/* Licensed to the Apache Software Foundation (ASF) under one or more</span>
 <a name="l00002"></a>00002 <span class="comment"> * contributor license agreements.  See the NOTICE file distributed with</span>
 <a name="l00003"></a>00003 <span class="comment"> * this work for additional information regarding copyright ownership.</span>
@@ -43,7 +45,7 @@
 <a name="l00022"></a>00022 <span class="comment"> * @brief APR Hash Tables</span>
 <a name="l00023"></a>00023 <span class="comment"> */</span>
 <a name="l00024"></a>00024 
-<a name="l00025"></a>00025 <span class="preprocessor">#include "<a class="code" href="apr__pools_8h.html">apr_pools.h</a>"</span>
+<a name="l00025"></a>00025 <span class="preprocessor">#include "<a class="code" href="apr__pools_8h.html" title="APR memory allocation.">apr_pools.h</a>"</span>
 <a name="l00026"></a>00026 
 <a name="l00027"></a>00027 <span class="preprocessor">#ifdef __cplusplus</span>
 <a name="l00028"></a>00028 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span> {
@@ -251,8 +253,8 @@
 <a name="l00230"></a>00230 <span class="preprocessor">#endif</span>
 <a name="l00231"></a>00231 <span class="preprocessor"></span>
 <a name="l00232"></a>00232 <span class="preprocessor">#endif  </span><span class="comment">/* !APR_HASH_H */</span>
-</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Apr 2 15:33:55 2007 for Apache Portable Runtime by&nbsp;
+</pre></div><hr size="1"><address style="text-align: right;"><small>Generated on Tue Sep 11 09:20:20 2007 for Apache Portable Runtime by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.2 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr/trunk/apr__hash_8h.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/trunk/apr__hash_8h.html?rev=574406&r1=574405&r2=574406&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr/trunk/apr__hash_8h.html (original)
+++ apr/site/trunk/docs/docs/apr/trunk/apr__hash_8h.html Mon Sep 10 16:37:52 2007
@@ -1,24 +1,26 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
 <title>Apache Portable Runtime: apr_hash.h File Reference</title>
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 <link href="tabs.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.5.1 -->
+<!-- Generated by Doxygen 1.5.2 -->
 <div class="tabs">
   <ul>
     <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
     <li><a href="modules.html"><span>Modules</span></a></li>
     <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
-    <li id="current"><a href="files.html"><span>Files</span></a></li>
+    <li class="current"><a href="files.html"><span>Files</span></a></li>
     <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
     <li><a href="examples.html"><span>Examples</span></a></li>
-  </ul></div>
+  </ul>
+</div>
 <div class="tabs">
   <ul>
     <li><a href="files.html"><span>File&nbsp;List</span></a></li>
     <li><a href="globals.html"><span>Globals</span></a></li>
-  </ul></div>
+  </ul>
+</div>
 <h1>apr_hash.h File Reference</h1>APR Hash Tables. <a href="#_details">More...</a>
 <p>
 <code>#include &quot;<a class="el" href="apr__pools_8h-source.html">apr_pools.h</a>&quot;</code><br>
@@ -70,8 +72,8 @@
 <hr><a name="_details"></a><h2>Detailed Description</h2>
 APR Hash Tables. 
 <p>
-<hr size="1"><address style="align: right;"><small>Generated on Mon Apr 2 15:33:56 2007 for Apache Portable Runtime by&nbsp;
+<hr size="1"><address style="text-align: right;"><small>Generated on Tue Sep 11 09:20:20 2007 for Apache Portable Runtime by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.2 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr/trunk/apr__inherit_8h-source.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/trunk/apr__inherit_8h-source.html?rev=574406&r1=574405&r2=574406&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr/trunk/apr__inherit_8h-source.html (original)
+++ apr/site/trunk/docs/docs/apr/trunk/apr__inherit_8h-source.html Mon Sep 10 16:37:52 2007
@@ -1,24 +1,26 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
 <title>Apache Portable Runtime: apr_inherit.h Source File</title>
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 <link href="tabs.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.5.1 -->
+<!-- Generated by Doxygen 1.5.2 -->
 <div class="tabs">
   <ul>
     <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
     <li><a href="modules.html"><span>Modules</span></a></li>
     <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
-    <li id="current"><a href="files.html"><span>Files</span></a></li>
+    <li class="current"><a href="files.html"><span>Files</span></a></li>
     <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
     <li><a href="examples.html"><span>Examples</span></a></li>
-  </ul></div>
+  </ul>
+</div>
 <div class="tabs">
   <ul>
     <li><a href="files.html"><span>File&nbsp;List</span></a></li>
     <li><a href="globals.html"><span>Globals</span></a></li>
-  </ul></div>
+  </ul>
+</div>
 <h1>apr_inherit.h</h1><a href="apr__inherit_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/* Licensed to the Apache Software Foundation (ASF) under one or more</span>
 <a name="l00002"></a>00002 <span class="comment"> * contributor license agreements.  See the NOTICE file distributed with</span>
 <a name="l00003"></a>00003 <span class="comment"> * this work for additional information regarding copyright ownership.</span>
@@ -70,8 +72,8 @@
 <a name="l00049"></a>00049 <span class="preprocessor">                                          apr_##type##_t *the##type)</span>
 <a name="l00050"></a>00050 <span class="preprocessor"></span>
 <a name="l00051"></a>00051 <span class="preprocessor">#endif  </span><span class="comment">/* ! APR_INHERIT_H */</span>
-</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Apr 2 15:33:55 2007 for Apache Portable Runtime by&nbsp;
+</pre></div><hr size="1"><address style="text-align: right;"><small>Generated on Tue Sep 11 09:20:20 2007 for Apache Portable Runtime by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.2 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr/trunk/apr__inherit_8h.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/trunk/apr__inherit_8h.html?rev=574406&r1=574405&r2=574406&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr/trunk/apr__inherit_8h.html (original)
+++ apr/site/trunk/docs/docs/apr/trunk/apr__inherit_8h.html Mon Sep 10 16:37:52 2007
@@ -1,24 +1,26 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
 <title>Apache Portable Runtime: apr_inherit.h File Reference</title>
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 <link href="tabs.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.5.1 -->
+<!-- Generated by Doxygen 1.5.2 -->
 <div class="tabs">
   <ul>
     <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
     <li><a href="modules.html"><span>Modules</span></a></li>
     <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
-    <li id="current"><a href="files.html"><span>Files</span></a></li>
+    <li class="current"><a href="files.html"><span>Files</span></a></li>
     <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
     <li><a href="examples.html"><span>Examples</span></a></li>
-  </ul></div>
+  </ul>
+</div>
 <div class="tabs">
   <ul>
     <li><a href="files.html"><span>File&nbsp;List</span></a></li>
     <li><a href="globals.html"><span>Globals</span></a></li>
-  </ul></div>
+  </ul>
+</div>
 <h1>apr_inherit.h File Reference</h1>APR File Handle Inheritance Helpers <dl class="remark" compact><dt><b>Remarks:</b></dt><dd>This internal header includes internal declaration helpers for other headers to declare apr_foo_inherit_[un]set functions. </dd></dl>
 <a href="#_details">More...</a>
 <p>
@@ -85,8 +87,8 @@
 
 </div>
 </div><p>
-<hr size="1"><address style="align: right;"><small>Generated on Mon Apr 2 15:33:56 2007 for Apache Portable Runtime by&nbsp;
+<hr size="1"><address style="text-align: right;"><small>Generated on Tue Sep 11 09:20:20 2007 for Apache Portable Runtime by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.2 </small></address>
 </body>
 </html>