Fix declaration of zebra_get_bfs.
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 17 Mar 2005 08:31:53 +0000 (08:31 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 17 Mar 2005 08:31:53 +0000 (08:31 +0000)
include/idzebra/api.h
index/zebraapi.c

index 11c8829..d3a9d4b 100644 (file)
@@ -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
index 481d11a..24ae25f 100644 (file)
@@ -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;