OSDN Git Service

[core] : データベースを最適化する関数optimize_database()を追加。
authorcaprice <caprice@users.sourceforge.jp>
Sun, 23 Jun 2013 15:58:28 +0000 (00:58 +0900)
committercaprice <caprice@users.sourceforge.jp>
Sun, 23 Jun 2013 16:13:39 +0000 (01:13 +0900)
core/include/GikoMona.hpp

index 3b5ee32..59ac41d 100644 (file)
@@ -4,6 +4,7 @@
 #include <string>
 
 #include <boost/utility/string_ref.hpp>
+#include <boost/filesystem/path.hpp>
 
 namespace monazilla { namespace GikoMona {
 
@@ -19,6 +20,7 @@ namespace core {
 
 bool init_core();
 void done_core() noexcept ;
+void optimize_datebase(const boost::filesystem::path& db_path);
 
 }