diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-07-30 22:03:25 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-07-30 22:03:25 +0100 |
| commit | 34a25d89b16a33b5f619ae0eaaa03c17f93980af (patch) | |
| tree | 9a1778042b027bbf71256f7ce855157d913fb6c1 /src/util.h | |
| parent | 25771018926d71d9312f216238d6a33a8892a748 (diff) | |
Hacks.
Diffstat (limited to 'src/util.h')
| -rw-r--r-- | src/util.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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); + } |
