From 99e9af0c4242aef7f3cde3274d7b75968b3b245d Mon Sep 17 00:00:00 2001 From: Adam Borowski Date: Wed, 25 Nov 2009 15:54:57 +0100 Subject: Remove unportable hacks from the invocation of tar. --- crawl-ref/source/files.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'crawl-ref/source/files.h') 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 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, -- cgit v1.2.3-54-g00ecf