X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Findex.h;h=e7c61de7b6e559455621e59d68fab97c4fab8c45;hb=967d839b42a38836f6ef9ac271f4185460bcb6ea;hp=b3f906de9bd957935fa2926c8c9a265338d8a9bd;hpb=3726bf6622da6a8b983bb4cbb7d654e84c3216d7;p=idzebra-moved-to-github.git diff --git a/index/index.h b/index/index.h index b3f906d..e7c61de 100644 --- a/index/index.h +++ b/index/index.h @@ -14,6 +14,7 @@ #include #include #include +#include #include #include @@ -102,6 +103,7 @@ void key_input (BFiles bfs, int nkeys, int cache); ISAMC_M key_isamc_m (Res res, ISAMC_M me); ISAMS_M key_isams_m (Res res, ISAMS_M me); ISAMH_M key_isamh_m (Res res); +ISAMD_M key_isamd_m (Res res, ISAMD_M me); int merge_sort (char **buf, int from, int to); int key_SU_code (int ch, char *out); @@ -110,6 +112,7 @@ int key_SU_code (int ch, char *out); #define FNAME_ISAMC "isamc" #define FNAME_ISAMS "isams" #define FNAME_ISAMH "isamh" +#define FNAME_ISAMD "isamd" #define FNAME_CONFIG "zebra.cfg" #define GMATCH_DICT "gmatch" @@ -158,7 +161,10 @@ extern Res common_resource; /* * $Log: index.h,v $ - * Revision 1.65 1999-07-14 10:59:26 adam + * Revision 1.66 1999-07-14 13:21:34 heikki + * Added isam-d files. Compiles (almost) clean. Doesn't work at all + * + * Revision 1.65 1999/07/14 10:59:26 adam * Changed functions isc_getmethod, isams_getmethod. * Improved fatal error handling (such as missing EXPLAIN schema). *