aboutsummaryrefslogtreecommitdiffstats
path: root/common/status.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/status.h')
-rw-r--r--common/status.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/common/status.h b/common/status.h
index 3c78eda08..f1af5877c 100644
--- a/common/status.h
+++ b/common/status.h
@@ -126,9 +126,10 @@ enum
STATUS_ERROR,
STATUS_SUCCESS,
+ STATUS_FAILURE,
- STATUS_INQUIRE_MAXLEN,
-};
+ STATUS_INQUIRE_MAXLEN
+ };
const char *get_status_string (int code);