Aha! $(CXX) is the C++ compiler in make's world.
[yazpp-moved-to-github.git] / include / yaz++ / yaz-z-server.h
index 766a1a2..f91970c 100644 (file)
@@ -2,7 +2,7 @@
  * Copyright (c) 2000-2001, Index Data.
  * See the file LICENSE for details.
  * 
- * $Id: yaz-z-server.h,v 1.9 2001-05-03 12:39:39 adam Exp $
+ * $Id: yaz-z-server.h,v 1.11 2002-04-24 12:21:03 adam Exp $
  */
 
 #include <yaz++/yaz-z-assoc.h>
@@ -23,6 +23,10 @@ class YAZ_EXPORT Yaz_Z_ServerUtility {
     
     Z_Records *create_nonSurrogateDiagnostics (ODR odr, int error,
                                               const char *addinfo);
+
+    void Yaz_Z_ServerUtility::create_diagnostics (
+        ODR odr, int error, const char *addinfo,
+        Z_DiagRec ***dreca, int *num);
 };
 
 class YAZ_EXPORT IYaz_Server_Facility {
@@ -70,6 +74,10 @@ class YAZ_EXPORT Yaz_Facility_Update : public IYaz_Server_Facility {
                                 Z_IUUpdate *io,
                                 Z_ExtendedServicesResponse *res) = 0;
 
+    virtual void update_service0 (Z_ExtendedServicesRequest *req,
+                                Z_IU0Update *io,
+                                Z_ExtendedServicesResponse *res) = 0;
+
     int init(Yaz_Z_Server *server,
             Z_InitRequest *initRequest,
             Z_InitResponse *initResponse);