From 6b8fdf76aa221f037140bbf0ee1aa835df60778f Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 25 Nov 2013 11:23:07 +0000 Subject: Remove a possibly dodgy use of fstream. --- src/util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/util.h') 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); } -- cgit v1.2.3