From: Daniel Gruno Date: Tue, 24 Apr 2012 17:58:10 +0000 (+0000) Subject: highlight C source code X-Git-Tag: 2.5.0-alpha~7061 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=667c0b26d857dc33a609127ac97d5d34fb7acede;p=apache highlight C source code git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1329896 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_dbd.html.en b/docs/manual/mod/mod_dbd.html.en index fe255a91a4..f5508a7fd6 100644 --- a/docs/manual/mod/mod_dbd.html.en +++ b/docs/manual/mod/mod_dbd.html.en @@ -83,7 +83,8 @@

mod_dbd exports five functions for other modules to use. The API is as follows:

-
typedef struct {
+
+typedef struct {
     apr_dbd_t *handle;
     apr_dbd_driver_t *driver;
     apr_hash_t *prepared;
@@ -119,7 +120,8 @@ APR_DECLARE_OPTIONAL_FN(void, ap_dbd_close, (server_rec*, ap_dbd_t*));
 APR_DECLARE_OPTIONAL_FN(ap_dbd_t*, ap_dbd_acquire, (request_rec*));
 APR_DECLARE_OPTIONAL_FN(ap_dbd_t*, ap_dbd_cacquire, (conn_rec*));
 APR_DECLARE_OPTIONAL_FN(void, ap_dbd_prepare, (server_rec*, const char*, const char*));
-
+ +
top

SQL Prepared Statements

diff --git a/docs/manual/mod/mod_dbd.xml b/docs/manual/mod/mod_dbd.xml index 05de4a81ae..183bbd8d5d 100644 --- a/docs/manual/mod/mod_dbd.xml +++ b/docs/manual/mod/mod_dbd.xml @@ -59,8 +59,8 @@

mod_dbd exports five functions for other modules to use. The API is as follows:

- -
typedef struct {
+
+typedef struct {
     apr_dbd_t *handle;
     apr_dbd_driver_t *driver;
     apr_hash_t *prepared;
@@ -96,8 +96,7 @@ APR_DECLARE_OPTIONAL_FN(void, ap_dbd_close, (server_rec*, ap_dbd_t*));
 APR_DECLARE_OPTIONAL_FN(ap_dbd_t*, ap_dbd_acquire, (request_rec*));
 APR_DECLARE_OPTIONAL_FN(ap_dbd_t*, ap_dbd_cacquire, (conn_rec*));
 APR_DECLARE_OPTIONAL_FN(void, ap_dbd_prepare, (server_rec*, const char*, const char*));
-
-
+
SQL Prepared Statements