From: Daniel Gruno Date: Wed, 29 Aug 2012 10:55:48 +0000 (+0000) Subject: Fixing a copypasto as per comment #225 on the site. X-Git-Tag: 2.5.0-alpha~6374 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f76eb629061b0a9d3e74aadaa54c2b6356ca23a;p=thirdparty%2Fapache%2Fhttpd.git Fixing a copypasto as per comment #225 on the site. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1378498 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_dbd.xml b/docs/manual/mod/mod_dbd.xml index 183bbd8d5d5..91feb3bac77 100644 --- a/docs/manual/mod/mod_dbd.xml +++ b/docs/manual/mod/mod_dbd.xml @@ -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*);