X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Findex.h;h=ece96af9eccbc253ad7b1d38579baa546f23b1a2;hb=fc7107844c9ec8ea23e680ca4f3231923db4e9c5;hp=08ced197ec52644a55904cc8e85c095b397cf9ff;hpb=29357d2be4bc20d412d38bcb29876daedda28637;p=idzebra-moved-to-github.git diff --git a/index/index.h b/index/index.h index 08ced19..ece96af 100644 --- a/index/index.h +++ b/index/index.h @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: index.h,v $ - * Revision 1.15 1995-10-04 16:57:19 adam + * Revision 1.16 1995-10-10 12:24:38 adam + * Temporary sort files are compressed. + * + * Revision 1.15 1995/10/04 16:57:19 adam * Key input and merge sort in one pass. * * Revision 1.14 1995/09/29 14:01:40 adam @@ -84,9 +87,7 @@ void key_write (int cmd, struct it_key *k, const char *str); int key_compare (const void *p1, const void *p2); int key_qsort_compare (const void *p1, const void *p2); void key_logdump (int mask, const void *p); -void key_input (const char *dict_fname, const char *isam_fname, - const char *key_fname, int cache); -void key_input2 (const char *dict_fname, const char *isam_fname, +void key_input (const char *dict_fname, const char *isam_fname, int nkeys, int cache); int merge_sort (char **buf, int from, int to);