Doxyfile file description. Indentation. No change of code.
[yaz-moved-to-github.git] / include / yaz / yaz-ccl.h
index 0f8fb9c..aff6fd7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1995-2003, Index Data.
+ * Copyright (c) 1995-2004, Index Data.
  *
  * Permission to use, copy, modify, distribute, and sell this software and
  * its documentation, in whole or in part, for any purpose, is hereby granted,
  * 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.7 2004-10-15 00:18:59 adam Exp $
+ */
+/**
+ * \file yaz-ccl.h
+ * \brief Header for CCL node tree to RPN converson utilities.
  */
 
 #ifndef YAZ_CCL_H
 #include <yaz/proto.h>
 #include <yaz/ccl.h>
 #include <yaz/odr.h>
-#include <yaz/wrbuf.h>
 
 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