You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by nd...@apache.org on 2005/10/15 22:34:01 UTC

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

Author: nd
Date: Sat Oct 15 13:33:58 2005
New Revision: 321484

URL: http://svn.apache.org/viewcvs?rev=321484&view=rev
Log:
remove apr_dbd_reset from the header file as well - it breaks the current httpd
build

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?rev=321484&r1=321483&r2=321484&view=diff
==============================================================================
--- apr/apr-util/trunk/include/apr_dbd.h (original)
+++ apr/apr-util/trunk/include/apr_dbd.h Sat Oct 15 13:33:58 2005
@@ -65,16 +65,6 @@
                                        apr_pool_t *ptmp, const char *params,
                                        apr_dbd_t **handle);
 
-/** apr_dbd_reset: reset a connection to a backend.
- *  Clear a persistent connection for re-use
- *
- *  @param handle - handle to close
- *  @param driver - driver struct.
- *  @return APR_SUCCESS for success or error status
- */
-APU_DECLARE(apr_status_t) apr_dbd_reset(const apr_dbd_driver_t *driver,
-                                        apr_dbd_t *handle);
-
 /** apr_dbd_close: close a connection to a backend.
  *  Only required for explicit close or
  *