aboutsummaryrefslogtreecommitdiff
path: root/src/sqliteInt.h
diff options
context:
space:
mode:
authordrh <drh@noemail.net>2018-11-08 22:53:06 +0000
committerdrh <drh@noemail.net>2018-11-08 22:53:06 +0000
commit145d0a35d9c4ad030f67519e1b68b61505d4975f (patch)
tree391d95c53806696e36e6f6f5acbd7875e136f8e7 /src/sqliteInt.h
parent9db4828662578f71a294e5025c6480e17c61ee76 (diff)
downloadsqlite-145d0a35d9c4ad030f67519e1b68b61505d4975f.tar.gz
sqlite-145d0a35d9c4ad030f67519e1b68b61505d4975f.zip
In the treeview.c module, break out the display of SrcList into a separate
subroutine, so that it can be invoked while debugging. FossilOrigin-Name: 8c74065f0031274d9bc711d5d53c39aefcfb2b2679811105974a2c7c7a9e1dcb
Diffstat (limited to 'src/sqliteInt.h')
-rw-r--r--src/sqliteInt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sqliteInt.h b/src/sqliteInt.h
index 27caa1ace..42fc640cc 100644
--- a/src/sqliteInt.h
+++ b/src/sqliteInt.h
@@ -3783,6 +3783,7 @@ char *sqlite3VMPrintf(sqlite3*,const char*, va_list);
void sqlite3TreeViewExpr(TreeView*, const Expr*, u8);
void sqlite3TreeViewBareExprList(TreeView*, const ExprList*, const char*);
void sqlite3TreeViewExprList(TreeView*, const ExprList*, u8, const char*);
+ void sqlite3TreeViewSrcList(TreeView*, const SrcList*);
void sqlite3TreeViewSelect(TreeView*, const Select*, u8);
void sqlite3TreeViewWith(TreeView*, const With*, u8);
#ifndef SQLITE_OMIT_WINDOWFUNC