X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Flib%2Futil.h;h=f62b2c4925e89b2df9152b8afccaf4b0d268165c;hb=05d90a3edda9c1f5e7499f0ce7b6617fe46ac54d;hp=d6fddcddafb7eac2b79422a49d1769da96260539;hpb=d60fd90a6e13c727a05b629c8c4b93d4bf3b717b;p=dcpomatic.git diff --git a/src/lib/util.h b/src/lib/util.h index d6fddcdda..f62b2c492 100644 --- a/src/lib/util.h +++ b/src/lib/util.h @@ -98,5 +98,6 @@ extern std::string careful_string_filter (std::string); extern std::pair audio_channel_types (std::list mapped, int channels); extern boost::shared_ptr remap (boost::shared_ptr input, int output_channels, AudioMapping map); extern Eyes increment_eyes (Eyes e); +extern void checked_fread (void* ptr, size_t size, FILE* stream, boost::filesystem::path path); #endif