hal.h
changeset 1596 c1c439a2d5b2
parent 1594 1cbbb77f5bb2
child 1829 0b6de3b4458a
--- a/hal.h	Mon Mar 28 12:38:02 2005 +0000
+++ b/hal.h	Mon Mar 28 13:30:51 2005 +0000
@@ -132,10 +132,8 @@
 void FiosFreeSavegameList(void);
 // Browse to. Returns a filename w/path if we reached a file.
 char *FiosBrowseTo(const FiosItem *item);
-// Get descriptive texts.
-// Returns a path as well as a
-//  string describing the path.
-StringID FiosGetDescText(const char **path);
+// Return path, free space and stringID
+StringID FiosGetDescText(const char **path, uint32 *tot);
 // Delete a name
 void FiosDelete(const char *name);
 // Make a filename from a name