X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fyaz-ccl.h;h=68cfc9988fe241db3d2d8d956e94b5e479a8690f;hb=4c176312acdc3444c9afc820f76a393e64668e52;hp=0f8fb9c7165f852ac334a86ef2a26e1ffb9b1f71;hpb=ba8d526ec24077c455979314147aaff20746a8ca;p=yaz-moved-to-github.git diff --git a/include/yaz/yaz-ccl.h b/include/yaz/yaz-ccl.h index 0f8fb9c..68cfc99 100644 --- a/include/yaz/yaz-ccl.h +++ b/include/yaz/yaz-ccl.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1995-2003, Index Data. + * Copyright (C) 1995-2005, Index Data ApS * * Permission to use, copy, modify, distribute, and sell this software and * its documentation, in whole or in part, for any purpose, is hereby granted, @@ -23,7 +23,11 @@ * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE * OF THIS SOFTWARE. * - * $Id: yaz-ccl.h,v 1.5 2003-03-03 19:57:35 adam Exp $ + * $Id: yaz-ccl.h,v 1.8 2005-01-15 19:47:10 adam Exp $ + */ +/** + * \file yaz-ccl.h + * \brief Header for CCL node tree to RPN converson utilities. */ #ifndef YAZ_CCL_H @@ -33,14 +37,11 @@ #include #include #include -#include YAZ_BEGIN_CDECL YAZ_EXPORT Z_RPNQuery *ccl_rpn_query (ODR o, struct ccl_rpn_node *p); YAZ_EXPORT Z_AttributesPlusTerm *ccl_scan_query (ODR o, struct ccl_rpn_node *p); -YAZ_EXPORT void ccl_pquery (WRBUF w, struct ccl_rpn_node *p); - YAZ_END_CDECL #endif