X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fcclp.h;h=d79274239009361bb7f78c26439d3b3aa24cc9f4;hb=7bfdd9cdcbfd12d6690278c9b56a7ac26b2457e9;hp=ab9b5101d875b551424492a79dc84d5cf48c60ba;hpb=88d3bedf772316f87e1996f655ccf8d1e2589755;p=yaz-moved-to-github.git diff --git a/src/cclp.h b/src/cclp.h index ab9b510..d792742 100644 --- a/src/cclp.h +++ b/src/cclp.h @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2010 Index Data. + * Copyright (C) 1995-2011 Index Data. * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -55,6 +55,8 @@ struct ccl_token { struct ccl_token *prev; const char *ws_prefix_buf; /* leading white space buf */ size_t ws_prefix_len; /* leading white space len */ + int left_trunc; /* left truncated */ + int right_trunc; /* right truncated */ }; /** CCL parser structure */