Hand-apply 9c251ca3debbf1e529b77ea4d174994ef8b5dd0b from master:
[dcpomatic.git] / src / lib / util.h
index 93d0587c5a3200dcb45b270743311c5b9f3b6778..c06f51ca3a37ff68fdab6b7c0d7b89c298582f26 100644 (file)
@@ -82,6 +82,7 @@ extern std::string get_optional_string (std::multimap<std::string, std::string>
 extern void* wrapped_av_malloc (size_t);
 extern int64_t divide_with_round (int64_t a, int64_t b);
 extern ContentTimePeriod subtitle_period (AVSubtitle const &);
+extern void set_backtrace_file (boost::filesystem::path);
 
 /** @class Socket
  *  @brief A class to wrap a boost::asio::ip::tcp::socket with some things