aboutsummaryrefslogtreecommitdiff
path: root/src/test_tclvar.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/test_tclvar.c')
-rw-r--r--src/test_tclvar.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test_tclvar.c b/src/test_tclvar.c
index dcc1f7bb9..5563260a8 100644
--- a/src/test_tclvar.c
+++ b/src/test_tclvar.c
@@ -16,7 +16,7 @@
** The emphasis of this file is a virtual table that provides
** access to TCL variables.
**
-** $Id: test_tclvar.c,v 1.10 2006/09/11 00:34:22 drh Exp $
+** $Id: test_tclvar.c,v 1.11 2007/06/27 16:26:07 danielk1977 Exp $
*/
#include "sqliteInt.h"
#include "tcl.h"
@@ -270,6 +270,7 @@ static sqlite3_module tclvarModule = {
0, /* xCommit */
0, /* xRollback */
0, /* xFindMethod */
+ 0, /* xRename */
};
/*