]> mj.ucw.cz Git - libucw.git/blobdiff - lib/db_internal.h
declaration cosmetic fix
[libucw.git] / lib / db_internal.h
index fac74e6e996e4dcd7c4965ee9651101dde4e1261..e54d711454a353105ba2ba92578328bc6d94baba 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *     Sherlock Library -- Fast Database Management Routines -- Internal Declarations
  *
- *     (c) 1999 Martin Mares <mj@atrey.karlin.mff.cuni.cz>
+ *     (c) 1999 Martin Mares <mj@ucw.cz>
  */
 
 #define SDBM_NUM_FREE_PAGE_POOLS 32
@@ -45,6 +45,8 @@ struct sdbm {
   uns dir_shift;                       /* Number of significant bits of hash function */
   uns file_size;
   uns flags;
+  uns find_pos;                                /* Current pointer for sdbm_find_next() */
+  uns find_free_list;                  /* First free list entry not skipped by sdbm_find_next() */
 };
 
 #define SDBM_MAGIC 0x5344424d