aboutsummaryrefslogtreecommitdiff
path: root/src/test_delete.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/test_delete.c')
-rw-r--r--src/test_delete.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test_delete.c b/src/test_delete.c
index 731f11e25..ca61965b2 100644
--- a/src/test_delete.c
+++ b/src/test_delete.c
@@ -80,7 +80,7 @@ static int sqlite3DeleteUnlinkIfExists(const char *zFile, int *pbExists){
** Delete the database file identified by the string argument passed to this
** function. The string must contain a filename, not an SQLite URI.
*/
-int sqlite3_delete_database(
+SQLITE_API int sqlite3_delete_database(
const char *zFile /* File to delete */
){
char *zBuf; /* Buffer to sprintf() filenames to */