X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=include%2Fyaz%2Fccl.h;h=d0a2b09b464e9563d3ade7a16a91745cd8c72f86;hb=ee52d7a5f2325315de5391696bef64336ad88dbc;hp=b827ae2a705e89d21f048d55d2b0e4c6f150c0c1;hpb=1ee98ea192555da1959c4012736f7797cc5f91df;p=yaz-moved-to-github.git diff --git a/include/yaz/ccl.h b/include/yaz/ccl.h index b827ae2..d0a2b09 100644 --- a/include/yaz/ccl.h +++ b/include/yaz/ccl.h @@ -49,7 +49,7 @@ /* * CCL - header file * - * $Id: ccl.h,v 1.21 2005-03-15 16:32:52 adam Exp $ + * $Id: ccl.h,v 1.22 2005-04-15 21:47:55 adam Exp $ * * Old Europagate Log: * @@ -279,13 +279,6 @@ struct ccl_token *ccl_parser_tokenize (CCL_parser cclp, const char *command); YAZ_EXPORT struct ccl_token *ccl_tokenize (const char *command); -/** - * Splits CCL command into tokens. This function is obsolete. Use - * ccl_parser_tokenize instead. - */ -YAZ_EXPORT -struct ccl_token *ccl_token_simple (const char *command); - /** * Deletes token list */