projects
/
services
/
createrepo_c.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9388697
)
error: Add CRE_ERROR return code for unspecified errors.
author
Tomas Mlcoch
<tmlcoch@redhat.com>
Thu, 16 May 2013 08:09:25 +0000
(10:09 +0200)
committer
Tomas Mlcoch
<tmlcoch@redhat.com>
Thu, 16 May 2013 08:09:25 +0000
(10:09 +0200)
src/error.h
patch
|
blob
|
history
diff --git
a/src/error.h
b/src/error.h
index
13dbc96
..
9fabd84
100644
(file)
--- a/
src/error.h
+++ b/
src/error.h
@@
-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, /*!<