diff options
Diffstat (limited to 'nxcomp/Proxy.h')
-rw-r--r-- | nxcomp/Proxy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nxcomp/Proxy.h b/nxcomp/Proxy.h index 2f3be7596..c0fdfcce9 100644 --- a/nxcomp/Proxy.h +++ b/nxcomp/Proxy.h @@ -985,7 +985,7 @@ class Proxy int handleLoadStores(); int handleSaveStores(); - char *handleSaveAllStores(const char *savePath) const; + char *handleSaveAllStores(const char *savePath, bool & isTooSmall) const; virtual int handleSaveAllStores(ostream *cachefs, md5_state_t *md5StateStream, md5_state_t *md5StateClient) const = 0; |