From: Mattias EngdegÄrd Date: Tue, 6 Dec 2022 21:21:00 +0000 (+0100) Subject: * test/src/sqlite-tests.el (sqlite-version): Declare. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~16^2~1765 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d2411615e8b;p=emacs.git * test/src/sqlite-tests.el (sqlite-version): Declare. --- diff --git a/test/src/sqlite-tests.el b/test/src/sqlite-tests.el index e9ddf9c0bef..a2472c43dad 100644 --- a/test/src/sqlite-tests.el +++ b/test/src/sqlite-tests.el @@ -36,6 +36,7 @@ (declare-function sqlite-select "sqlite.c") (declare-function sqlite-open "sqlite.c") (declare-function sqlite-load-extension "sqlite.c") +(declare-function sqlite-version "sqlite.c") (ert-deftest sqlite-select () (skip-unless (sqlite-available-p))