diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-07-30 23:47:57 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-07-30 23:47:57 +0100 |
| commit | 9a9d4e014c16be88d72914a9480343445bc785a5 (patch) | |
| tree | 1857fcdd8963d51ac50f1467d9ae81d4d9be5f8e /src/util.h | |
| parent | 34a25d89b16a33b5f619ae0eaaa03c17f93980af (diff) | |
Various.
Diffstat (limited to 'src/util.h')
| -rw-r--r-- | src/util.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -23,6 +23,7 @@ #include <string> #include <sigc++/sigc++.h> +#include "types.h" namespace libdcp { @@ -39,7 +40,8 @@ extern std::string make_uuid (); */ extern std::string make_digest (std::string filename, sigc::signal1<void, float>* progress); -extern std::string content_type_to_string (ContentType type); +extern std::string content_kind_to_string (ContentKind kind); +extern ContentKind content_kind_from_string (std::string kind); extern bool ends_with (std::string big, std::string little); } |
