projects
/
idzebra-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1980249
)
Revert. Use int for record length (for retrieval)
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 13 Jun 2006 20:03:33 +0000
(20:03 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 13 Jun 2006 20:03:33 +0000
(20:03 +0000)
include/idzebra/recctrl.h
patch
|
blob
|
history
diff --git
a/include/idzebra/recctrl.h
b/include/idzebra/recctrl.h
index
9f6443a
..
4c8a7cc
100644
(file)
--- 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;
};