(svn r15605) -Codechange: constify a function

This commit is contained in:
rubidium
2009-03-04 00:13:52 +00:00
parent f1a96c5577
commit 908e850b5a
4 changed files with 4 additions and 4 deletions

View File

@@ -98,7 +98,7 @@ void FiosGetHeightmapList(SaveLoadDialogMode mode);
/* Free the list of savegames */
void FiosFreeSavegameList();
/* Browse to. Returns a filename w/path if we reached a file. */
char *FiosBrowseTo(const FiosItem *item);
const char *FiosBrowseTo(const FiosItem *item);
/* Return path, free space and stringID */
StringID FiosGetDescText(const char **path, uint64 *total_free);
/* Delete a name */