X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fzoom-p.h;h=a1ef9538082aa41e08863a6e2038b933640caf25;hp=72cbf9fcdb9adbb327b71e0870ef90178c025121;hb=fb6d99a0c7e07d9cc4a315c447deaf6564a85505;hpb=67002f49611adb64993391b0cbf6c235f18080a4 diff --git a/src/zoom-p.h b/src/zoom-p.h index 72cbf9f..a1ef953 100644 --- a/src/zoom-p.h +++ b/src/zoom-p.h @@ -2,7 +2,7 @@ * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * - * $Id: zoom-p.h,v 1.6 2005-01-15 19:47:15 adam Exp $ + * $Id: zoom-p.h,v 1.7 2005-06-25 15:46:07 adam Exp $ */ /** * \file zoom-p.h @@ -158,10 +158,10 @@ struct ZOOM_task_p { #define ZOOM_TASK_PACKAGE 5 ZOOM_package package; #define ZOOM_TASK_SORT 6 - struct { - ZOOM_resultset resultset; - ZOOM_query q; - } sort; + struct { + ZOOM_resultset resultset; + ZOOM_query q; + } sort; } u; ZOOM_task next; }; @@ -173,3 +173,11 @@ struct ZOOM_Event_p { }; void ZOOM_options_addref (ZOOM_options opt); +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +