summaryrefslogtreecommitdiff
path: root/include/apr_dbd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/apr_dbd.h')
-rw-r--r--include/apr_dbd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apr_dbd.h b/include/apr_dbd.h
index 6b9032778..85202942a 100644
--- a/include/apr_dbd.h
+++ b/include/apr_dbd.h
@@ -444,7 +444,7 @@ APR_DECLARE(int) apr_dbd_pselect(const apr_dbd_driver_t *driver, apr_pool_t *poo
* @param ... - varargs list
* @return 0 for success or error code
*/
-APR_DECLARE_NONSTD(int) apr_dbd_pvquery(const apr_dbd_driver_t *driver,
+APR_DECLARE_NONSTD(int) apr_dbd_pvquery(const apr_dbd_driver_t *driver,
apr_pool_t *pool,
apr_dbd_t *handle, int *nrows,
apr_dbd_prepared_t *statement, ...);