summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-05-03 12:32:26 +0100
committerCarl Hetherington <cth@carlh.net>2014-05-03 12:32:26 +0100
commitd003793402ee5e9c0ee2a5a7c96e03f67f7b84cc (patch)
tree0818ee749cc393ec3c79130f16162fe669815a1e /src/util.h
parent7cdb6a5253d1dcb0ebb8b1569dde5f5eb9c9df72 (diff)
Add ids_equal().
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index d9f69b95..d3f212c7 100644
--- a/src/util.h
+++ b/src/util.h
@@ -77,6 +77,7 @@ extern std::string content_kind_to_string (ContentKind kind);
extern ContentKind content_kind_from_string (std::string kind);
extern bool empty_or_white_space (std::string s);
extern boost::shared_ptr<XYZFrame> decompress_j2k (uint8_t* data, int64_t size, int reduce);
+extern bool ids_equal (std::string a, std::string b);
extern void init ();