Mercurial > hg > svcore
diff system/System.h @ 170:b23eea68357e
* flesh out StorageAdviser
author | Chris Cannam |
---|---|
date | Tue, 26 Sep 2006 12:58:12 +0000 |
parents | 04baa690f90d |
children | 06ad01f3e553 |
line wrap: on
line diff
--- a/system/System.h Mon Sep 25 20:32:44 2006 +0000 +++ b/system/System.h Tue Sep 26 12:58:12 2006 +0000 @@ -77,7 +77,7 @@ // Return a vague approximation to the number of free megabytes of real memory. // Return -1 if unknown. -extern int GetRealMemoryMBAvailable(); +extern void GetRealMemoryMBAvailable(int &available, int &total); // Return a vague approximation to the number of free megabytes of disc space // on the partition containing the given path. Return -1 if unknown.