diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/shell.c.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shell.c.in b/src/shell.c.in index e212510e9..d214850aa 100644 --- a/src/shell.c.in +++ b/src/shell.c.in @@ -2473,6 +2473,8 @@ static int expertFinish( return rc; } +static sqlite3_int64 integerValue(const char *zArg); + /* ** Implementation of ".expert" dot command. */ |