Index: src/test_delete.c ================================================================== --- src/test_delete.c +++ src/test_delete.c @@ -78,11 +78,11 @@ /* ** 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 */ int nBuf; /* Size of buffer in bytes */ int rc = 0; /* System error code */