summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/files.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-11-25 15:54:57 +0100
committerAdam Borowski <kilobyte@angband.pl>2009-11-25 15:56:09 +0100
commit99e9af0c4242aef7f3cde3274d7b75968b3b245d (patch)
tree39c46701974d3976ac302f34870371ac01128e2b /crawl-ref/source/files.h
parent9305aa6caa1ab5da2d0eaa7d720ac7140c97aebb (diff)
downloadcrawl-ref-99e9af0c4242aef7f3cde3274d7b75968b3b245d.tar.gz
crawl-ref-99e9af0c4242aef7f3cde3274d7b75968b3b245d.zip
Remove unportable hacks from the invocation of tar.
Diffstat (limited to 'crawl-ref/source/files.h')
-rw-r--r--crawl-ref/source/files.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/files.h b/crawl-ref/source/files.h
index 175bc9aa77..d81e23240e 100644
--- a/crawl-ref/source/files.h
+++ b/crawl-ref/source/files.h
@@ -62,6 +62,10 @@ bool travel_load_map( branch_type branch, int absdepth );
std::vector<player_save_info> find_saved_characters();
std::string get_savedir();
+std::string get_save_filename(const std::string &pre,
+ const std::string &suf,
+ const std::string &ext,
+ bool suppress_uid = false);
std::string get_savedir_filename(const std::string &pre,
const std::string &suf,
const std::string &ext,