summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-01-13 13:46:20 +0000
committerCarl Hetherington <cth@carlh.net>2013-01-13 13:46:20 +0000
commit62ee85a258aa9329544d8542dfbcc40ce8177a7a (patch)
tree8579cd323c127bb3bff23c216a55cc92a7001651 /src/util.h
parentceb30c0b2e73588daa014af57deee7255b175e4d (diff)
Use boost starts/ends with methods.
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/util.h b/src/util.h
index 14893065..721d1138 100644
--- a/src/util.h
+++ b/src/util.h
@@ -34,8 +34,6 @@ extern std::string make_uuid ();
extern std::string make_digest (std::string filename);
extern std::string content_kind_to_string (ContentKind kind);
extern ContentKind content_kind_from_string (std::string kind);
-extern bool starts_with (std::string big, std::string little);
-extern bool ends_with (std::string big, std::string little);
extern bool empty_or_white_space (std::string s);
extern opj_image_t* decompress_j2k (uint8_t* data, int64_t size, int reduce);
extern boost::shared_ptr<ARGBFrame> xyz_to_rgb (opj_image_t* xyz_frame);