You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by ni...@apache.org on 2005/02/02 06:33:42 UTC

svn commit: r149486 - apr/apr-util/trunk/include/apr_dbd.h

Author: niq
Date: Tue Feb  1 21:33:39 2005
New Revision: 149486

URL: http://svn.apache.org/viewcvs?view=rev&rev=149486
Log:
Add comment to apr_dbd.h pointing to docs

Modified:
    apr/apr-util/trunk/include/apr_dbd.h

Modified: apr/apr-util/trunk/include/apr_dbd.h
URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/include/apr_dbd.h?view=diff&r1=149485&r2=149486
==============================================================================
--- apr/apr-util/trunk/include/apr_dbd.h (original)
+++ apr/apr-util/trunk/include/apr_dbd.h Tue Feb  1 21:33:39 2005
@@ -13,6 +13,10 @@
  * limitations under the License.
  */
 
+/* Overview of what this is and does:
+ * http://www.apache.org/~niq/dbd.html
+ */
+
 #ifndef APR_DBD_H
 #define APR_DBD_H