X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=include%2Fidzebra%2Frecctrl.h;h=4d18730e710b91444d6c54222205643ff4a72b3b;hp=9f6443a5e2565d8265a871037252947d23652b3b;hb=4478d785b7769691261005c98063b98a5a5971b3;hpb=7ba3e305d83b2caf9ba94df22638c8c9fbddd934 diff --git a/include/idzebra/recctrl.h b/include/idzebra/recctrl.h index 9f6443a..4d18730 100644 --- a/include/idzebra/recctrl.h +++ b/include/idzebra/recctrl.h @@ -1,4 +1,4 @@ -/* $Id: recctrl.h,v 1.23 2006-06-13 19:42:04 adam Exp $ +/* $Id: recctrl.h,v 1.26 2006-08-14 10:40:14 adam Exp $ Copyright (C) 1995-2006 Index Data ApS @@ -15,9 +15,9 @@ FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with Zebra; see the file LICENSE.zebra. If not, write to the -Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ #ifndef IDZEBRA_RECCTRL_H @@ -109,7 +109,7 @@ struct recRetrieveCtrl { /* response */ oid_value output_format; void *rec_buf; - size_t rec_len; + int rec_len; int diagnostic; char *addinfo; }; @@ -169,6 +169,8 @@ RecType recType_byName(RecTypes rts, Res res, const char *name, void **clientDataP); +#define KEY_SEGMENT_SIZE 1024 + YAZ_END_CDECL #endif