]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
backport r1378498: Fixing a copypasto as per comment #225 on the site.
authorDaniel Gruno <humbedooh@apache.org>
Sat, 1 Sep 2012 06:53:27 +0000 (06:53 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Sat, 1 Sep 2012 06:53:27 +0000 (06:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1379698 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_dbd.xml

index 522dcf35ea73ef673ece5a155043d12e4c8c7df9..45ffb2a78ef47c166232b0d14a243a55aedbe210 100644 (file)
@@ -85,7 +85,7 @@ AP_DECLARE(ap_dbd_t*) ap_dbd_acquire(request_rec*);
 /* acquire a connection that will have the lifetime of a connection
  * and MUST NOT be explicitly closed.  Return NULL on error.
  */
-AP_DECLARE(ap_dbd_t*) ap_dbd_cacquire(request_rec*);
+AP_DECLARE(ap_dbd_t*) ap_dbd_cacquire(conn_rec*);
 
 /* Prepare a statement for use by a client module */
 AP_DECLARE(void) ap_dbd_prepare(server_rec*, const char*, const char*);