src/lib/err.h
branchnew-evsql
changeset 44 9e76ee9729b6
child 45 424ce5ab82fd
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/lib/err.h	Thu Nov 20 01:16:24 2008 +0200
@@ -0,0 +1,9 @@
+#ifndef LIB_ERR_H
+#define LIB_ERR_H
+
+/*
+ * err_t is always positive
+ */
+typedef unsigned int err_t;
+
+#endif /* LIB_ERR_H */