X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=include%2Fidzebra%2Frecctrl.h;h=a7df4a718cac99776558b2e4affcadcba748f448;hp=86f882b0952fe2497cbae08865ee2ce48415e1d8;hb=6a0f9234f945bc4956e2bcef75f715661a9eba9a;hpb=4097bac1dce126e79ce1550fad8b2034a311ff80 diff --git a/include/idzebra/recctrl.h b/include/idzebra/recctrl.h index 86f882b..a7df4a7 100644 --- a/include/idzebra/recctrl.h +++ b/include/idzebra/recctrl.h @@ -1,8 +1,5 @@ -/* $Id: recctrl.h,v 1.40 2007-12-20 11:15:41 adam Exp $ - Copyright (C) 1995-2007 - Index Data ApS - -This file is part of the Zebra server. +/* This file is part of the Zebra server. + Copyright (C) 1994-2009 Index Data Zebra is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -137,6 +134,13 @@ struct recRetrieveCtrl { int rec_len; int diagnostic; char * addinfo; + + /* special fetch to be included in retrieved response (say snippets) */ + void *handle; + int (*special_fetch)(void *handle, const char *esn, + const Odr_oid *input_format, + const Odr_oid **output_format, + WRBUF result, WRBUF addinfo); }; typedef struct recType *RecType; @@ -200,6 +204,7 @@ YAZ_END_CDECL /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab