chiark / gitweb /
cdb framework compiles - now just need to implement it
[chiark-tcl.git] / cdb / chiark_tcl_cdb.h
diff --git a/cdb/chiark_tcl_cdb.h b/cdb/chiark_tcl_cdb.h
new file mode 100644 (file)
index 0000000..db2d3d1
--- /dev/null
@@ -0,0 +1,12 @@
+/*
+ */
+
+#ifndef CHIARK_TCL_CDB_H
+#define CHIARK_TCL_CDB_H
+
+#include "hbytes.h"
+#include "cdb+tcmdif.h"
+
+extern const IdDataSpec cdbtcl_databases, cdbtcl_rwdatabases;
+
+#endif /*CHIARK_TCL_CDB_H*/