X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fcclp.h;h=dbfc74175a6e78f172c6e2c6a5f436fb243996e0;hp=8dfa04d8db9df42dac9922905e27f414c6ce5256;hb=a5795a2df2095d5a44b012a59426e7b906db3ec9;hpb=ee6ab2ee3a9ee1a8c65d7272ec7fba1d886f5af0 diff --git a/src/cclp.h b/src/cclp.h index 8dfa04d..dbfc741 100644 --- a/src/cclp.h +++ b/src/cclp.h @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2008 Index Data. + * Copyright (C) 1995-2010 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 */ @@ -122,6 +124,7 @@ const char *ccl_qual_get_name(ccl_qualifier_t q); /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab