summaryrefslogtreecommitdiffstats
path: root/nserver/src/db.h
blob: 433f812ae2273f1b2aa11193316559c881728259 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _db_h
#define _db_h

#include <gdbm.h>
#include <dbg.h>
#include <sys/stat.h>

int db_init();

#endif