| Index: app/sql/meta_table.h
|
| ===================================================================
|
| --- app/sql/meta_table.h (revision 51079)
|
| +++ app/sql/meta_table.h (working copy)
|
| @@ -27,6 +27,9 @@
|
| // compatible version number to |compatible_version|.
|
| bool Init(Connection* db, int version, int compatible_version);
|
|
|
| + // Resets this MetaTable object, making another call to Init() possible.
|
| + void Reset();
|
| +
|
| // The version number of the database. This should be the version number of
|
| // the creator of the file. The version number will be 0 if there is no
|
| // previously set version number.
|
|
|