aboutsummaryrefslogtreecommitdiff
path: root/src/Ell_DBstructure.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Ell_DBstructure.h')
-rw-r--r--src/Ell_DBstructure.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/Ell_DBstructure.h b/src/Ell_DBstructure.h
new file mode 100644
index 0000000..673c4b5
--- /dev/null
+++ b/src/Ell_DBstructure.h
@@ -0,0 +1,13 @@
+#ifndef _ELLBASE_H_
+#define _ELLBASE_H_
+
+
+#define ELLCREATE_FAILED -1
+#define ELLCREATE_TWICE -2
+
+#define ELLGETREAL_NKEY -1
+#define ELLGETREAL_NREAL -2
+
+#define ELLSETREAL_FAILED -1
+
+#endif