X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fcclp.h;h=24930f3d41015c564a0e262fea69c677a153ae9b;hp=1f59728f9f797e67dcd95a37240b19ad38c33de8;hb=2979c8fc3b5c53c06facad850dcae09645b43044;hpb=78b138b80fadc817d621f0a692fca857ee31399b diff --git a/src/cclp.h b/src/cclp.h index 1f59728..24930f3 100644 --- a/src/cclp.h +++ b/src/cclp.h @@ -2,7 +2,7 @@ * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * - * $Id: cclp.h,v 1.3 2007-04-30 11:33:49 adam Exp $ + * $Id: cclp.h,v 1.5 2007-05-01 12:22:11 adam Exp $ */ /** @@ -53,13 +53,13 @@ struct ccl_parser { CCL_bibset bibset; /** names of and operator */ - char *ccl_token_and; + const char **ccl_token_and; /** names of or operator */ - char *ccl_token_or; + const char **ccl_token_or; /** names of not operator */ - char *ccl_token_not; + const char **ccl_token_not; /** names of set operator */ - char *ccl_token_set; + const char **ccl_token_set; /** 1=CCL parser is case sensitive, 0=case insensitive */ int ccl_case_sensitive; };