X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Findex.h;h=9c92696c8cd6c0027df2d9e1a341eeaf341fc8f3;hb=6617321a09d4d5bf442feaea2d7f1347acd82e3c;hp=7f4d5cccef62eb516070342108d7bdc86fcc2990;hpb=9a3fbd4b27ac261b0d68f73d8f9b3a762b2c33e9;p=idzebra-moved-to-github.git diff --git a/index/index.h b/index/index.h index 7f4d5cc..9c92696 100644 --- a/index/index.h +++ b/index/index.h @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: index.h,v $ - * Revision 1.18 1995-10-17 18:02:08 adam + * Revision 1.19 1995-10-27 14:00:11 adam + * Implemented detection of database availability. + * + * Revision 1.18 1995/10/17 18:02:08 adam * New feature: databases. Implemented as prefix to words in dictionary. * * Revision 1.17 1995/10/13 16:01:49 adam @@ -113,6 +116,4 @@ void strtab_del (struct strtab *t, void *data); int index_char_cvt (int c); int index_word_prefix (char *string, int attset_ordinal, - int local_attribute, - int numbases, - char **databaseNames); + int local_attribute, char *databaseName);