]> pilppa.org Git - libplp.git/blobdiff - src/retval.h
cleanups
[libplp.git] / src / retval.h
diff --git a/src/retval.h b/src/retval.h
new file mode 100644 (file)
index 0000000..1baf3c5
--- /dev/null
@@ -0,0 +1,19 @@
+/*
+ * plp_common.h
+ *
+ *  Created on: Oct 2, 2010
+ *      Author: lamikr
+ */
+
+#ifndef PLP_RETVAL_H_
+#define PLP_RETVAL_H_
+
+enum
+{
+       PLP_OK = 0,
+       PLP_ERR_UNKNOWN,
+       C_ERR_MEMORY,
+       PLP_ERR_IO
+};
+
+#endif /* PLP_RETVAL_H_ */