Added a warning (always to stderr) when opening the log file fails
[yaz-moved-to-github.git] / src / zoom-p.h
index a991aaf..54a2e6a 100644 (file)
@@ -1,6 +1,12 @@
 /*
- * Private C header for ZOOM C.
- * $Id: zoom-p.h,v 1.3 2004-01-27 21:22:44 adam Exp $
+ * Copyright (c) 2000-2004, Index Data
+ * See the file LICENSE for details.
+ *
+ * $Id: zoom-p.h,v 1.5 2004-10-15 00:19:02 adam Exp $
+ */
+/**
+ * \file zoom-p.h
+ * \brief Internal header for ZOOM implementation
  */
 
 #include <yaz/proto.h>
@@ -151,6 +157,11 @@ struct ZOOM_task_p {
         } scan;
 #define ZOOM_TASK_PACKAGE 5
         ZOOM_package package;
+#define ZOOM_TASK_SORT 6
+       struct {
+           ZOOM_resultset resultset;
+           ZOOM_query q;
+       } sort;
     } u;
     ZOOM_task next;
 };