Moved more members of public struct odr (ODR*) to struct Odr_private.
[yaz-moved-to-github.git] / include / yaz / logrpn.h
index 3b08df2..bad4498 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1995-2006, Index Data
+ * Copyright (c) 1995-2007, 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:
@@ -24,7 +24,7 @@
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
-/* $Id: logrpn.h,v 1.12 2006-10-13 11:30:37 adam Exp $ */
+/* $Id: logrpn.h,v 1.14 2007-03-19 21:07:35 adam Exp $ */
 
 /**
  * \file logrpn.h
@@ -36,7 +36,6 @@
 
 #include <yaz/yconfig.h>
 #include <yaz/proto.h>
-#include <yaz/wrbuf.h>
 
 YAZ_BEGIN_CDECL
 
@@ -50,9 +49,6 @@ YAZ_EXPORT void log_scan_term_level(int loglevel,
 YAZ_EXPORT void yaz_log_zquery(Z_Query *q);
 YAZ_EXPORT void yaz_log_zquery_level(int loglevel, Z_Query *q);
 
-YAZ_EXPORT void wrbuf_diags(WRBUF b, int num_diagnostics,Z_DiagRec **diags);
-YAZ_EXPORT void wrbuf_put_zquery(WRBUF b, const Z_Query *q);
-
 YAZ_END_CDECL
 
 #endif