summaryrefslogtreecommitdiff
path: root/test/fixtures/util.hpp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2015-07-06 16:29:14 +0200
committerKonstantin Käfer <mail@kkaefer.com>2015-07-08 19:46:03 +0200
commit493c72b1f470f839ee6d9e56583c17837a9809a3 (patch)
tree99ee6975fdafe7dd36a8f4a7803293f246472745 /test/fixtures/util.hpp
parent74b744a6563d9e2ae39105e20023e8c82481d67b (diff)
downloadqtlocation-mapboxgl-493c72b1f470f839ee6d9e56583c17837a9809a3.tar.gz
move crc64() to test fixture
Diffstat (limited to 'test/fixtures/util.hpp')
-rw-r--r--test/fixtures/util.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/fixtures/util.hpp b/test/fixtures/util.hpp
index dd8539c846..fbee03c2d1 100644
--- a/test/fixtures/util.hpp
+++ b/test/fixtures/util.hpp
@@ -17,6 +17,9 @@ namespace test {
pid_t startServer(const char *executable);
void stopServer(pid_t pid);
+uint64_t crc64(const char*, size_t);
+uint64_t crc64(const std::string&);
+
}
}