From c20b200f539b64303b72e0bf321156772a3d8ac9 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 13 Jun 2006 20:03:33 +0000 Subject: [PATCH] Revert. Use int for record length (for retrieval) --- include/idzebra/recctrl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/idzebra/recctrl.h b/include/idzebra/recctrl.h index 9f6443a..4c8a7cc 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.24 2006-06-13 20:03:33 adam Exp $ Copyright (C) 1995-2006 Index Data ApS @@ -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; }; -- 1.7.10.4