summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stuff.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-11-06 08:27:04 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-11-06 08:33:00 +0100
commit4e225eea73f87fc01251691390a65436c30baf22 (patch)
tree3edc3dae8045fc71f7903ec9e5f5ca3c4d277421 /crawl-ref/source/stuff.h
parentcb5fbd4ea61dc49c1c2587971fa486563a92a913 (diff)
downloadcrawl-ref-4e225eea73f87fc01251691390a65436c30baf22.tar.gz
crawl-ref-4e225eea73f87fc01251691390a65436c30baf22.zip
Extract morgue file time formatting into make_file_time.
Diffstat (limited to 'crawl-ref/source/stuff.h')
-rw-r--r--crawl-ref/source/stuff.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/stuff.h b/crawl-ref/source/stuff.h
index 3bf452fb49..4a7fab6c11 100644
--- a/crawl-ref/source/stuff.h
+++ b/crawl-ref/source/stuff.h
@@ -13,6 +13,8 @@
#include <map>
std::string make_time_string(time_t abs_time, bool terse = false);
+std::string make_file_time(time_t when);
+
void set_redraw_status(unsigned long flags);
void tag_followers();
void untag_followers();