Move ZOOM_task definition to private ZOOM header
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 11 Oct 2005 18:24:33 +0000 (18:24 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 11 Oct 2005 18:24:33 +0000 (18:24 +0000)
include/yaz/zoom.h
src/zoom-p.h

index 09383a8..4dcf792 100644 (file)
@@ -2,7 +2,7 @@
  * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
- * $Id: zoom.h,v 1.26 2005-06-25 15:46:03 adam Exp $
+ * $Id: zoom.h,v 1.27 2005-10-11 18:24:33 adam Exp $
  */
 /**
  * \file zoom.h
  */
 /**
  * \file zoom.h
@@ -30,7 +30,6 @@ typedef struct ZOOM_options_p *ZOOM_options;
 typedef struct ZOOM_query_p *ZOOM_query;
 typedef struct ZOOM_connection_p *ZOOM_connection;
 typedef struct ZOOM_resultset_p *ZOOM_resultset;
 typedef struct ZOOM_query_p *ZOOM_query;
 typedef struct ZOOM_connection_p *ZOOM_connection;
 typedef struct ZOOM_resultset_p *ZOOM_resultset;
-typedef struct ZOOM_task_p *ZOOM_task;
 typedef struct ZOOM_record_p *ZOOM_record;
 typedef struct ZOOM_scanset_p *ZOOM_scanset;
 typedef struct ZOOM_package_p *ZOOM_package;
 typedef struct ZOOM_record_p *ZOOM_record;
 typedef struct ZOOM_scanset_p *ZOOM_scanset;
 typedef struct ZOOM_package_p *ZOOM_package;
index a1ef953..22bc4d6 100644 (file)
@@ -2,7 +2,7 @@
  * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
- * $Id: zoom-p.h,v 1.7 2005-06-25 15:46:07 adam Exp $
+ * $Id: zoom-p.h,v 1.8 2005-10-11 18:24:33 adam Exp $
  */
 /**
  * \file zoom-p.h
  */
 /**
  * \file zoom-p.h
@@ -24,6 +24,8 @@ struct ZOOM_query_p {
     char *query_string;
 };
 
     char *query_string;
 };
 
+typedef struct ZOOM_task_p *ZOOM_task;
+
 #define STATE_IDLE 0
 #define STATE_CONNECTING 1
 #define STATE_ESTABLISHED 2
 #define STATE_IDLE 0
 #define STATE_CONNECTING 1
 #define STATE_ESTABLISHED 2