diff options
Diffstat (limited to 'src/sqlite.c')
| -rw-r--r-- | src/sqlite.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sqlite.c b/src/sqlite.c index c2f90d6a871..d9b9333fb3c 100644 --- a/src/sqlite.c +++ b/src/sqlite.c | |||
| @@ -768,7 +768,8 @@ This will free the resources held by SET. */) | |||
| 768 | } | 768 | } |
| 769 | 769 | ||
| 770 | DEFUN ("sqlite-version", Fsqlite_version, Ssqlite_version, 0, 0, 0, | 770 | DEFUN ("sqlite-version", Fsqlite_version, Ssqlite_version, 0, 0, 0, |
| 771 | doc: /* SQLite library version string. */) | 771 | doc: /* Return the version string of the SQLite library. |
| 772 | Signal an error if SQLite support is not available. */) | ||
| 772 | (void) | 773 | (void) |
| 773 | { | 774 | { |
| 774 | if (!init_sqlite_functions ()) | 775 | if (!init_sqlite_functions ()) |