chiark / gitweb /
much work on hash tables etc.
[chiark-tcl.git] / cdb / chiark_tcl_cdb.h
1 /*
2  */
3
4 #ifndef CHIARK_TCL_CDB_H
5 #define CHIARK_TCL_CDB_H
6
7 #include <sys/types.h>
8 #include <fcntl.h>
9 #include <unistd.h>
10
11 #include <cdb.h>
12
13 #include "hbytes.h"
14 #include "cdb+tcmdif.h"
15
16 #define RWSCF_OKJUNK 002
17
18 extern const IdDataSpec cdbtcl_databases, cdbtcl_rwdatabases;
19
20 #endif /*CHIARK_TCL_CDB_H*/