X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Futil.h;h=95d272979f603e736d631a6b92d432683edb67dc;hb=ab778ced048cad27b7c10808acfa93861ea91fce;hp=be21fc89aaaefe91b62e12ba6ee92fe461346c62;hpb=80f27f81cc7991f52e4a41c7f687681fd9c15a65;p=dcpomatic.git diff --git a/src/lib/util.h b/src/lib/util.h index be21fc89a..95d272979 100644 --- a/src/lib/util.h +++ b/src/lib/util.h @@ -65,6 +65,7 @@ extern std::string seconds_to_hms (int); extern std::string seconds_to_approximate_hms (int); extern double seconds (struct timeval); extern void dcpomatic_setup (); +extern void dcpomatic_setup_path_encoding (); extern void dcpomatic_setup_gettext_i18n (std::string); extern std::string md5_digest_head_tail (std::vector, boost::uintmax_t size); extern void ensure_ui_thread ();