X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fzoom-p.h;h=781a7b34eb0fe0bae4d9baf94018e957756d6adc;hb=c6b8edd2312a4606cc014738266059a20e3b6e61;hp=139d559f871c48cbfaa99c42378e98985f491b61;hpb=d04d76e81e83b653b2e8fcfd9e311e764c5d15ba;p=yaz-moved-to-github.git diff --git a/src/zoom-p.h b/src/zoom-p.h index 139d559..781a7b3 100644 --- a/src/zoom-p.h +++ b/src/zoom-p.h @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2008 Index Data. + * Copyright (C) 1995-2009 Index Data. * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -146,9 +146,7 @@ struct ZOOM_resultset_p { struct ZOOM_record_p { ODR odr; - WRBUF wrbuf_marc; - WRBUF wrbuf_iconv; - WRBUF wrbuf_opac; + WRBUF wrbuf; Z_NamePlusRecord *npr; const char *schema; @@ -200,6 +198,7 @@ struct ZOOM_task_p { ZOOM_resultset resultset; char *syntax; char *elementSetName; + int recv_search_fired; } search; #define ZOOM_TASK_RETRIEVE 2 struct { @@ -236,6 +235,7 @@ void ZOOM_options_addref (ZOOM_options opt); /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab