mirror of
https://github.com/sqlite/sqlite.git
synced 2025-11-14 00:22:38 +03:00
Add the sqlite3OsFileModTime() interface. But it is still unused. The
change counter in page 1 is always incremented. (CVS 1594) FossilOrigin-Name: 186c6f93e12978907c5f0ff81d90bdf7367b9274
This commit is contained in:
1
src/os.h
1
src/os.h
@@ -160,6 +160,7 @@ int sqlite3OsFileSize(OsFile*, off_t *pSize);
|
||||
int sqlite3OsRandomSeed(char*);
|
||||
int sqlite3OsSleep(int ms);
|
||||
int sqlite3OsCurrentTime(double*);
|
||||
int sqlite3OsFileModTime(OsFile*, double*);
|
||||
void sqlite3OsEnterMutex(void);
|
||||
void sqlite3OsLeaveMutex(void);
|
||||
char *sqlite3OsFullPathname(const char*);
|
||||
|
||||
Reference in New Issue
Block a user