X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fdb-test.c;h=d0f3a5eb4ab0da13da84f6b8566acc9145500d96;hb=16df176fa4667d17146479219ba8816d89d1d78b;hp=99139eb30d96c54a1e06a619f005fa8e5958efd6;hpb=5b53087fa5a07ff89d34cf3bf3bc1b28809f05c2;p=libucw.git diff --git a/lib/db-test.c b/lib/db-test.c index 99139eb3..d0f3a5eb 100644 --- a/lib/db-test.c +++ b/lib/db-test.c @@ -1,7 +1,10 @@ /* - * Sherlock Library -- Database Manager -- Tests and Benchmarks + * UCW Library -- Database Manager -- Tests and Benchmarks * - * (c) 1999 Martin Mares + * (c) 1999 Martin Mares + * + * This software may be freely distributed and used according to the terms + * of the GNU Lesser General Public License. */ #if 1 @@ -12,7 +15,7 @@ #define NAME "GDBM" #endif -#include +#include #include #include #include @@ -260,7 +263,7 @@ int main(int argc, char **argv) char *ch; int dont_delete = 0; - initlog("dbtest"); + log_init("dbtest"); setvbuf(stdout, NULL, _IONBF, 0); setvbuf(stderr, NULL, _IONBF, 0); while ((c = getopt(argc, argv, "c:p:k:n:d:vsStF")) >= 0)