X-Git-Url: http://git.vrable.net/?p=cumulus.git;a=blobdiff_plain;f=localdb.h;fp=localdb.h;h=bdf3b7c1f7477e17d18f93a8a6239002a094e649;hp=cebf0190025d3a3791914ddebf17770eaabe066f;hb=58a0d3f8749111c15e9afa9d929016d65ed32250;hpb=9f8f2a00b54a80d1563288bf11556cbc15a07c50 diff --git a/localdb.h b/localdb.h index cebf019..bdf3b7c 100644 --- a/localdb.h +++ b/localdb.h @@ -32,6 +32,7 @@ private: sqlite3 *db; int64_t snapshotid; + sqlite3_stmt *Prepare(const char *sql); int64_t SegmentToId(const std::string &segment); std::string IdToSegment(int64_t segmentid); };