]> mj.ucw.cz Git - libucw.git/blobdiff - lib/db-tool.c
Updated all users of the timer interface to pass an explicit timer context.
[libucw.git] / lib / db-tool.c
index 92a760005c3265af63d01e76b5e2f756aacfb2ea..8dca52049b73a6aaf4c94ff6d0dc417198240926 100644 (file)
@@ -2,6 +2,9 @@
  *     SDBM Database Utility
  *
  *     (c) 2000--2001 Martin Mares <mj@ucw.cz>
  *     SDBM Database Utility
  *
  *     (c) 2000--2001 Martin Mares <mj@ucw.cz>
+ *
+ *     This software may be freely distributed and used according to the terms
+ *     of the GNU Lesser General Public License.
  */
 
 #include "lib/lib.h"
  */
 
 #include "lib/lib.h"
@@ -15,7 +18,6 @@
 #include <fcntl.h>
 #include <unistd.h>
 #include <errno.h>
 #include <fcntl.h>
 #include <unistd.h>
 #include <errno.h>
-#include <getopt.h>
 
 static int verbose=0;
 static int cache=1024;
 
 static int verbose=0;
 static int cache=1024;