summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/files.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-08-17 17:26:32 +0200
committerAdam Borowski <kilobyte@angband.pl>2011-08-17 19:44:57 +0200
commit934cc1d96b9af44bdc3c37c930b79abc519b97bf (patch)
treed677ff9d7a85f5bc0a3d1eb3352a4458be43ecab /crawl-ref/source/files.h
parent865ad7c97e5620b1af0b0fbde37646a81b57b295 (diff)
downloadcrawl-ref-934cc1d96b9af44bdc3c37c930b79abc519b97bf.tar.gz
crawl-ref-934cc1d96b9af44bdc3c37c930b79abc519b97bf.zip
Make a bunch of functions static or non-existant.
Diffstat (limited to 'crawl-ref/source/files.h')
-rw-r--r--crawl-ref/source/files.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/files.h b/crawl-ref/source/files.h
index 4c2447deff..06f7b089a4 100644
--- a/crawl-ref/source/files.h
+++ b/crawl-ref/source/files.h
@@ -32,7 +32,6 @@ extern level_id_set Generated_Levels;
bool file_exists(const std::string &name);
bool dir_exists(const std::string &dir);
bool is_absolute_path(const std::string &path);
-bool is_read_safe_path(const std::string &path);
void assert_read_safe_path(const std::string &path) throw (std::string);
unsigned long file_size(FILE *handle);
@@ -80,7 +79,6 @@ std::string get_prefs_filename();
std::string change_file_extension(const std::string &file,
const std::string &ext);
-void file_touch(const std::string &file);
time_t file_modtime(const std::string &file);
bool is_newer(const std::string &a, const std::string &b);
std::vector<std::string> get_title_files();