diff options
Diffstat (limited to 'src/pcache.h')
-rw-r--r-- | src/pcache.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/pcache.h b/src/pcache.h index 15772f8bd..f45d64457 100644 --- a/src/pcache.h +++ b/src/pcache.h @@ -12,7 +12,7 @@ ** This header file defines the interface that the sqlite page cache ** subsystem. ** -** @(#) $Id: pcache.h,v 1.1 2008/08/20 14:49:25 danielk1977 Exp $ +** @(#) $Id: pcache.h,v 1.2 2008/08/21 12:19:44 danielk1977 Exp $ */ #ifndef _PCACHE_H_ @@ -171,5 +171,7 @@ void sqlite3PcacheSetCachesize(PCache *, int); void sqlite3PcacheLock(PCache *); void sqlite3PcacheUnlock(PCache *); +int sqlite3PcacheReleaseMemory(int); + #endif /* _PCACHE_H_ */ |