summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index b6c945a5..f4c7d286 100644
--- a/src/util.h
+++ b/src/util.h
@@ -39,4 +39,7 @@ 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 bool ends_with (std::string big, std::string little);
+
}