Remove PROTO_SR, CS_SR, CS_Z3950
[yaz-moved-to-github.git] / include / yaz / logrpn.h
index 2874897..be61028 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is part of the YAZ toolkit.
- * Copyright (C) 1995-2010 Index Data.
+ * Copyright (C) 1995-2013 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:
 
 YAZ_BEGIN_CDECL
 
+YAZ_EXPORT char *yaz_prox_unit_name(Z_ProximityOperator *op);
 YAZ_EXPORT void log_rpn_query(Z_RPNQuery *rpn);
 YAZ_EXPORT void log_rpn_query_level(int loglevel, Z_RPNQuery *rpn);
 
 YAZ_EXPORT void log_scan_term(Z_AttributesPlusTerm *zapt, const Odr_oid *ast);
-YAZ_EXPORT void log_scan_term_level(int loglevel, 
+YAZ_EXPORT void log_scan_term_level(int loglevel,
                                     Z_AttributesPlusTerm *zapt,
                                     const Odr_oid *ast);
 YAZ_EXPORT void yaz_log_zquery(Z_Query *q);