]> mj.ucw.cz Git - libucw.git/blobdiff - lib/db-tool.c
Another minor optimization: Added AddRadixBits.
[libucw.git] / lib / db-tool.c
index 92a760005c3265af63d01e76b5e2f756aacfb2ea..bbb419abf3e26ee70e00d66b6a9b6832b20a5fb1 100644 (file)
@@ -2,12 +2,16 @@
  *     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/db.h"
 #include "lib/db_internal.h"
 #include "lib/fastbuf.h"
  */
 
 #include "lib/lib.h"
 #include "lib/db.h"
 #include "lib/db_internal.h"
 #include "lib/fastbuf.h"
+#include "lib/ff-binary.h"
 
 #include <stdio.h>
 #include <stdlib.h>
 
 #include <stdio.h>
 #include <stdlib.h>
@@ -15,7 +19,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;