summaryrefslogtreecommitdiff
path: root/cdbmss.h
diff options
context:
space:
mode:
Diffstat (limited to 'cdbmss.h')
-rw-r--r--cdbmss.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/cdbmss.h b/cdbmss.h
new file mode 100644
index 0000000..5e6bdf4
--- /dev/null
+++ b/cdbmss.h
@@ -0,0 +1,16 @@
+#ifndef CDBMSS_H
+#define CDBMSS_H
+
+#include "cdbmake.h"
+#include "substdio.h"
+
+struct cdbmss {
+ char ssbuf[1024];
+ struct cdbmake cdbm;
+ substdio ss;
+ char packbuf[8];
+ uint32 pos;
+ int fd;
+} ;
+
+#endif