X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fzoom-p.h;h=781a7b34eb0fe0bae4d9baf94018e957756d6adc;hb=273716ada4a96213fb99182df2a3ee22509437b0;hp=65537ac1a2f38530f3d4a6ee7bdde1bfcc9ebf02;hpb=887e4b6664dee7210816744f92802b4d924d9a3a;p=yaz-moved-to-github.git diff --git a/src/zoom-p.h b/src/zoom-p.h index 65537ac..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; @@ -237,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