// DATABASE INITIALIZATION
#ifndef ADV_READDB_H
#define ADV_READDB_H
  
#include "adventur.h"
#include "adv_common.h"
  
void enter_db(int sectno, int key, int alt, char *bfr);
void read_db(void);

#endif
