X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=localdb.h;h=6035e5d0aa2ca911b81842e3c7e3bdaedcf46383;hb=0a76f30b578a2ace26090a4b9bbd74b04124a20e;hp=8a45e0eee9c586ed5bbbd3d0b58530741875dd61;hpb=ed5a047c1b8a8f5c43b0192e8e774b91497c9706;p=cumulus.git diff --git a/localdb.h b/localdb.h index 8a45e0e..6035e5d 100644 --- a/localdb.h +++ b/localdb.h @@ -25,6 +25,7 @@ public: void Close(); void StoreObject(const ObjectReference& ref, const std::string &checksum, int64_t size); + ObjectReference FindObject(const std::string &checksum, int64_t size); private: sqlite3 *db; };