X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fdb-tool.c;h=8dca52049b73a6aaf4c94ff6d0dc417198240926;hb=e34560a76a7af3fb428604e4da3cd14cfd1bf454;hp=92a760005c3265af63d01e76b5e2f756aacfb2ea;hpb=94e33264ee8afcfef49be5f9e098bc87510a5213;p=libucw.git diff --git a/lib/db-tool.c b/lib/db-tool.c index 92a76000..8dca5204 100644 --- a/lib/db-tool.c +++ b/lib/db-tool.c @@ -2,6 +2,9 @@ * SDBM Database Utility * * (c) 2000--2001 Martin Mares + * + * This software may be freely distributed and used according to the terms + * of the GNU Lesser General Public License. */ #include "lib/lib.h" @@ -15,7 +18,6 @@ #include #include #include -#include static int verbose=0; static int cache=1024;