X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=client%2Fbertorture.c;h=0ec3b7e9f3e35c0bf674563fb03d88b1305328d7;hp=a9a80d2c6a39cfb1a981c291849a21885aa75a60;hb=dfcd482cb9c615dd3f0410d20f5d9a398e701ade;hpb=adcb574176dc52cce8ee299507da91228e2afc1b diff --git a/client/bertorture.c b/client/bertorture.c index a9a80d2..0ec3b7e 100644 --- a/client/bertorture.c +++ b/client/bertorture.c @@ -1,15 +1,20 @@ -/* - * Copyright (c) 2003, Index Data +/* This file is part of the YAZ toolkit. + * Copyright (C) 1995-2009 Index Data * See the file LICENSE for details. - * - * $Id: bertorture.c,v 1.1 2003-03-11 11:06:35 adam Exp $ */ #include +#if HAVE_SYS_TYPES_H #include +#endif +#if HAVE_SYS_STAT_H #include +#endif #include +#if HAVE_UNISTD_H #include +#endif + #include #include @@ -214,3 +219,12 @@ int main(int argc, char **argv) printf ("%3d %9d\n", i, estat[i]); exit(0); } +/* + * Local variables: + * c-basic-offset: 4 + * c-file-style: "Stroustrup" + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +