Differences From:
File
src/db.c
part of check-in
[0095e24ba9]
- Added style info to db_generic_query_view(), so it can be styled via css
by
stephan on
2008-02-04 23:14:15.
[view]
To:
File
src/db.c
part of check-in
[6f05b4292a]
- Added /admin/sql page. Added a 'const' to db_generic_query_view()
by
stephan on
2008-02-05 00:01:44.
[view]
@@ -1157,9 +1157,9 @@
*/
void db_generic_query_view(
char const * sql,
char const * const * coln,
- string_unary_xform_f * xform )
+ string_unary_xform_f const * xform )
{
Stmt st;
int i = 0;