X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=bfile%2Ftstbfile1.c;h=067b4bd5d42f4f67da89a904bc29a5af2cff2998;hb=177b6485ea4d8fddcbfe60595e4c47c8a64c0074;hp=fd9431e14c52a3bab907303c0b74bfad90613857;hpb=89d16cf15eda0e4802d18b8ad09bd3653508ebfc;p=idzebra-moved-to-github.git diff --git a/bfile/tstbfile1.c b/bfile/tstbfile1.c index fd9431e..067b4bd 100644 --- a/bfile/tstbfile1.c +++ b/bfile/tstbfile1.c @@ -1,5 +1,5 @@ /* This file is part of the Zebra server. - Copyright (C) 1994-2009 Index Data + Copyright (C) Index Data Zebra is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -17,6 +17,9 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ +#if HAVE_CONFIG_H +#include +#endif #include #include #include @@ -29,16 +32,16 @@ void tst1(BFiles bfs) const char *more_info = 0; bf_reset(bfs); - bf = bf_xopen(bfs, "tst", /* block size */ 32, + bf = bf_xopen(bfs, "tst", /* block size */ 32, /* wr */ 1, "tstmagic", &version, 0 /* more_info */); YAZ_CHECK(bf); if (!bf) return; bf_xclose(bf, version, "more info"); - - bf = bf_xopen(bfs, "tst", /* block size */ 32, + + bf = bf_xopen(bfs, "tst", /* block size */ 32, /* wr */ 1, "tstmagic", &version, &more_info); - + YAZ_CHECK(bf); if (!bf) return; @@ -55,7 +58,7 @@ void tst2(BFiles bfs) BFile bf; bf_reset(bfs); - bf = bf_xopen(bfs, "tst", /* block size */ 32, + bf = bf_xopen(bfs, "tst", /* block size */ 32, /* wr */ 1, "tstmagic", &version, 0 /* more_info */); YAZ_CHECK(bf); if (!bf) @@ -95,7 +98,7 @@ void tst3(BFiles bfs) for(i = 0; i