From 9a9d4e014c16be88d72914a9480343445bc785a5 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 30 Jul 2012 23:47:57 +0100 Subject: Various. --- src/util.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/util.h') diff --git a/src/util.h b/src/util.h index f4c7d286..ac13e9f6 100644 --- a/src/util.h +++ b/src/util.h @@ -23,6 +23,7 @@ #include #include +#include "types.h" namespace libdcp { @@ -39,7 +40,8 @@ extern std::string make_uuid (); */ extern std::string make_digest (std::string filename, sigc::signal1* 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); } -- cgit v1.2.3