summaryrefslogtreecommitdiffstatsabout
path: root/mod_log_sql.h
diff options
context:
space:
mode:
Diffstat (limited to 'mod_log_sql.h')
-rw-r--r--mod_log_sql.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mod_log_sql.h b/mod_log_sql.h
index 2d20374..c1d9bff 100644
--- a/mod_log_sql.h
+++ b/mod_log_sql.h
@@ -24,7 +24,7 @@
24#define LOGSQL_DECLARE_DATA __declspec(dllimport) 24#define LOGSQL_DECLARE_DATA __declspec(dllimport)
25#endif 25#endif
26 26
27#define LOG_SQL_PLUGIN_VERSION 20070704 27#define LOG_SQL_PLUGIN_VERSION 20080318
28 28
29/* Registration function for extract functions */ 29/* Registration function for extract functions */
30 30
@@ -115,7 +115,7 @@ typedef struct {
115 /* disconnect from the underlying database layer */ 115 /* disconnect from the underlying database layer */
116 void (*disconnect)(logsql_dbconnection *db); 116 void (*disconnect)(logsql_dbconnection *db);
117 /* escape the SQL statement according to database rules */ 117 /* escape the SQL statement according to database rules */
118 const char *(*escape)(const char *from_str, apr_pool_t *p, 118 const char *(*escape)(request_rec *r,const char *from_str, apr_pool_t *p,
119 logsql_dbconnection *db); 119 logsql_dbconnection *db);
120 /* insert a SQL query statement */ 120 /* insert a SQL query statement */
121 logsql_query_ret (*insert)(request_rec *r,logsql_dbconnection *db, 121 logsql_query_ret (*insert)(request_rec *r,logsql_dbconnection *db,