summaryrefslogtreecommitdiffstats
path: root/src/storage/phrase_large_table3_kyotodb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage/phrase_large_table3_kyotodb.h')
-rw-r--r--src/storage/phrase_large_table3_kyotodb.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/storage/phrase_large_table3_kyotodb.h b/src/storage/phrase_large_table3_kyotodb.h
index deb83e8..fa76ffe 100644
--- a/src/storage/phrase_large_table3_kyotodb.h
+++ b/src/storage/phrase_large_table3_kyotodb.h
@@ -45,13 +45,16 @@ public:
reset();
}
+ /* attach method */
+ bool attach(const char * dbfile, guint32 flags);
+
/* load/store method */
/* use in-memory DBM here, for better performance. */
bool load(const char * filename);
bool store(const char * new_filename);
- bool load_text(FILE * file);
+ bool load_text(FILE * infile);
/* search method */
int search(int phrase_length, /* in */ const ucs4_t phrase[],