From c0bb067ecc217ce5d39171332fe361dc0ac1b124 Mon Sep 17 00:00:00 2001 From: Stefan O'Rear Date: Thu, 12 Nov 2009 17:36:34 -0800 Subject: Add summoner chain information to death reports --- crawl-ref/source/hiscores.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'crawl-ref/source/hiscores.h') diff --git a/crawl-ref/source/hiscores.h b/crawl-ref/source/hiscores.h index 29e15ce074..2fc108c37d 100644 --- a/crawl-ref/source/hiscores.h +++ b/crawl-ref/source/hiscores.h @@ -32,6 +32,8 @@ std::string xlog_status_line(); std::string xlog_unescape(const std::string &); std::string xlog_escape(const std::string &); +std::vector xlog_split_fields(const std::string &s); + class xlog_fields { public: @@ -50,9 +52,6 @@ public: private: void map_fields() const; - std::string::size_type next_separator(const std::string &s, - std::string::size_type start) const; - std::vector split_fields(const std::string &s) const; private: typedef std::vector< std::pair > xl_fields; -- cgit v1.2.3-54-g00ecf