X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Futil.h;h=fc17dc9443c920b2dd084c30eba7ca41273e3f69;hb=a2e3a20a441e604550f0036ca198d5d2122e16a7;hp=ef29cc08f27f3ff411d74904b99632d70548cda1;hpb=c93389b617d2b1a4f5b36025e3097a9f03a7c9cf;p=dcpomatic.git diff --git a/src/lib/util.h b/src/lib/util.h index ef29cc08f..fc17dc944 100644 --- a/src/lib/util.h +++ b/src/lib/util.h @@ -123,6 +123,7 @@ extern std::string get_required_string (std::multimap extern int get_optional_int (std::multimap const & kv, std::string k); extern std::string get_optional_string (std::multimap const & kv, std::string k); extern void* wrapped_av_malloc (size_t); +extern int64_t divide_with_round (int64_t a, int64_t b); /** @class Socket * @brief A class to wrap a boost::asio::ip::tcp::socket with some things