chiark / gitweb /
update wip; see cvs diff from 1.12 before checkin
[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 <sys/stat.h>
9 #include <fcntl.h>
10 #include <unistd.h>
11
12 #include <ctype.h>
13 #include <stdio.h>
14
15 #include <cdb.h>
16
17 #include "hbytes.h"
18 #include "cdb+tcmdif.h"
19
20 #define RWSCF_OKJUNK 002
21
22 extern const IdDataSpec cdbtcl_databases, cdbtcl_rwdatabases;
23
24 #endif /*CHIARK_TCL_CDB_H*/