diff options
Diffstat (limited to 'src/sqliteInt.h')
-rw-r--r-- | src/sqliteInt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sqliteInt.h b/src/sqliteInt.h index 011a44bcb..5662ab4fd 100644 --- a/src/sqliteInt.h +++ b/src/sqliteInt.h @@ -4610,7 +4610,7 @@ struct FpDecode { char z[24]; /* Significiant digits */ }; -void sqlite3FpDecode(FpDecode*,double,int); +void sqlite3FpDecode(FpDecode*,double,int,int); char *sqlite3MPrintf(sqlite3*,const char*, ...); char *sqlite3VMPrintf(sqlite3*,const char*, va_list); #if defined(SQLITE_DEBUG) || defined(SQLITE_HAVE_OS_TRACE) |