X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Futil.h;h=94e9e3761ab5c45103d4a8e017e3b557c9531616;hp=f62b2c4925e89b2df9152b8afccaf4b0d268165c;hb=196de029044f4dbac5f74f68e08a89f778c3a236;hpb=e7a9a9a0b69d605e327d5a74abe28481d2a61179 diff --git a/src/lib/util.h b/src/lib/util.h index f62b2c492..94e9e3761 100644 --- a/src/lib/util.h +++ b/src/lib/util.h @@ -99,5 +99,6 @@ extern std::pair audio_channel_types (std::list mapped, int chann 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); +extern void checked_fwrite (void const * ptr, size_t size, FILE* stream, boost::filesystem::path path); #endif