error: Add CRE_ERROR return code for unspecified errors.
authorTomas Mlcoch <tmlcoch@redhat.com>
Thu, 16 May 2013 08:09:25 +0000 (10:09 +0200)
committerTomas Mlcoch <tmlcoch@redhat.com>
Thu, 16 May 2013 08:09:25 +0000 (10:09 +0200)
src/error.h

index 13dbc96..9fabd84 100644 (file)
@@ -25,6 +25,8 @@
 typedef enum {
     CRE_OK,     /*!<
         No error */
+    CRE_ERROR, /*!<
+        No specified error */
     CRE_IO,     /*!<
         Input/Output error (cannot open file, etc.) */
     CRE_MEMORY, /*!<