X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fzoom-p.h;h=54a2e6ac5d8936c9a7b3475231dc25c15fd4f8f2;hb=8aa7ee02ee4abdda2f19b42236600f2954ce6c05;hp=d852feb6a8de0848725e9fe1e823730f578d334e;hpb=06eb0818f902a5d6805b656e0ba2e39ac2ed7817;p=yaz-moved-to-github.git diff --git a/src/zoom-p.h b/src/zoom-p.h index d852feb..54a2e6a 100644 --- a/src/zoom-p.h +++ b/src/zoom-p.h @@ -1,6 +1,12 @@ /* - * Private C header for ZOOM C. - * $Id: zoom-p.h,v 1.2 2003-12-20 00:51:19 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 @@ -33,7 +39,7 @@ struct ZOOM_connection_p { char *path; int error; char *addinfo; - const char *diagset; + char *diagset; int state; int mask; int reconnect_ok; @@ -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; };