File mplib1/gdbm_util.h


Included Files


Preprocessor definitions

#define MPLIB1_GDBM_UTIL_H

#define GDBM_IDUMP_SORT

#define GDBM_IDUMP_NOCASE

#define GDBM_IDUMP_DATA

#define GDBM_IDUMP_HDR

#define GDBM_IDUMP_KEEP_DATA


Type struct gdbm_help

struct gdbm_help
struct gdbm_help  
   {  
      const char* name;  
      const char* def_name;  
      const char* blocksize;  
      const char* cachesize;  
      const char* fast;  
      const char* conditional;  
      void (*fatal_func)(const char*);  
      GDBM_FILE* file_ptr;  
      void* user_ptr;  
   }  

Typedef gdbm_index_dump_t

typedef int (*gdbm_index_dump_t)(FILE*,char*,void*)