diff options
Diffstat (limited to 'src/lib/util.h')
| -rw-r--r-- | src/lib/util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/util.h b/src/lib/util.h index a229bbfc9..9bf139b82 100644 --- a/src/lib/util.h +++ b/src/lib/util.h @@ -78,6 +78,8 @@ extern boost::filesystem::path mo_path (); extern std::string tidy_for_filename (std::string); extern boost::shared_ptr<const libdcp::Signer> make_signer (); extern libdcp::Size fit_ratio_within (float ratio, libdcp::Size); +extern std::string entities_to_text (std::string e); +extern std::map<std::string, std::string> split_get_request (std::string url); struct FrameRateConversion { |
