From 004bd919116b88cd6dfd0594de51bde7d62296be Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 17 Mar 2005 08:31:53 +0000 Subject: [PATCH] Fix declaration of zebra_get_bfs. --- include/idzebra/api.h | 4 ++-- index/zebraapi.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/idzebra/api.h b/include/idzebra/api.h index 11c8829..d3a9d4b 100644 --- a/include/idzebra/api.h +++ b/include/idzebra/api.h @@ -1,4 +1,4 @@ -/* $Id: api.h,v 1.15 2005-03-17 07:54:23 adam Exp $ +/* $Id: api.h,v 1.16 2005-03-17 08:31:53 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -405,6 +405,6 @@ void zebra_meta_records_destroy(ZebraHandle zh, ZebraMetaRecord *records, int num); YAZ_EXPORT -struct BFile_struct *zebra_get_bfs(ZebraHandle zh); +struct BFiles_struct *zebra_get_bfs(ZebraHandle zh); YAZ_END_CDECL #endif diff --git a/index/zebraapi.c b/index/zebraapi.c index 481d11a..24ae25f 100644 --- a/index/zebraapi.c +++ b/index/zebraapi.c @@ -1,4 +1,4 @@ -/* $Id: zebraapi.c,v 1.155 2005-03-17 07:54:23 adam Exp $ +/* $Id: zebraapi.c,v 1.156 2005-03-17 08:31:53 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -2159,7 +2159,7 @@ int zebra_sort_by_specstr (ZebraHandle zh, ODR stream, return sort_status; } -struct BFile_struct *zebra_get_bfs(ZebraHandle zh) +struct BFiles_struct *zebra_get_bfs(ZebraHandle zh) { if (zh && zh->reg) return zh->reg->bfs; -- 1.7.10.4