X-Git-Url: http://git.vrable.net/?p=cumulus.git;a=blobdiff_plain;f=localdb.h;fp=localdb.h;h=e8a350e652fec5e77dfb967720ebe5cccc0225dd;hp=45bb132a81c1af96b9c135a94b74ba5b705ec1a9;hb=893aa36d4dee18cc85843c441219c8e177282e79;hpb=a4cf5f4d8df46fa00992a210d587cd824cedcb08 diff --git a/localdb.h b/localdb.h index 45bb132..e8a350e 100644 --- a/localdb.h +++ b/localdb.h @@ -38,6 +38,7 @@ private: int64_t snapshotid; sqlite3_stmt *Prepare(const char *sql); + void ReportError(int rc); int64_t SegmentToId(const std::string &segment); std::string IdToSegment(int64_t segmentid); };