TinyMUSH 3.3
TinyMUSH Server
Loading...
Searching...
No Matches
Classes | Macros | Functions
recover.c File Reference

Tool to traverse a corrupted GDBM database, look for special tags, and rebuild a consistent database. More...

#include "config.h"
#include "constants.h"
#include "typedefs.h"
#include "macros.h"
#include "externs.h"
#include "prototypes.h"
#include <errno.h>
#include <string.h>
#include <getopt.h>
#include <gdbm.h>
#include <sys/stat.h>
#include <libgen.h>
Include dependency graph for recover.c:

Classes

struct  bucket_element
 

Macros

#define SMALL   4
 

Functions

void gdbm_panic (const char *mesg)
 
int dbrecover (int argc, char *argv[])
 

Detailed Description

Tool to traverse a corrupted GDBM database, look for special tags, and rebuild a consistent database.

Author
TinyMUSH development team (https://github.com/TinyMUSH)
Version
3.3
Date
2021-01-04