Index: third_party/sqlite/ext/recover.h |
diff --git a/third_party/sqlite/ext/recover.h b/third_party/sqlite/ext/recover.h |
new file mode 100644 |
index 0000000000000000000000000000000000000000..e69af3720a77990bf40271f4997e44b548642e20 |
--- /dev/null |
+++ b/third_party/sqlite/ext/recover.h |
@@ -0,0 +1,11 @@ |
+#include "third_party/sqlite/sqlite3.h" |
+ |
+#ifdef __cplusplus |
+extern "C" { |
+#endif |
+ |
+SQLITE_API int recoverVtableInit(sqlite3 *db); |
+ |
+#ifdef __cplusplus |
+} /* End of the 'extern "C"' block */ |
+#endif |