summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-11-25 11:23:07 +0000
committerCarl Hetherington <cth@carlh.net>2013-11-25 11:23:07 +0000
commit6b8fdf76aa221f037140bbf0ee1aa835df60778f (patch)
tree7798c30001a4fea8af5ba9e19c9ad5fd62d6ce17 /src/util.h
parent331045156161a30ee74e734c7c14dd602ebbbbc9 (diff)
Remove a possibly dodgy use of fstream.
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index 2f661d77..2a6aae1b 100644
--- a/src/util.h
+++ b/src/util.h
@@ -84,6 +84,7 @@ extern int base64_decode (std::string const & in, unsigned char* out, int out_le
extern std::string tm_to_string (struct tm *);
extern std::string utc_offset_to_string (int);
extern std::string ptime_to_string (boost::posix_time::ptime);
+extern FILE * fopen_boost (boost::filesystem::path, std::string);
}