diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-02-19 10:47:11 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-02-19 10:47:11 +0000 |
| commit | b5b20f829ed95febe7aba55ebe3679c998b35b5e (patch) | |
| tree | fa4013a9646aee272ac8e7474275e2ad07cfec3e /src/lib/util.h | |
| parent | 6a15d65585af0e19b72200d1fd67e256cd1a7c6c (diff) | |
Add some basic JSON stuff.
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 { |
