diff options
Diffstat (limited to 'src/metastore.h')
-rw-r--r-- | src/metastore.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/metastore.h b/src/metastore.h index de51292..b7d588e 100644 --- a/src/metastore.h +++ b/src/metastore.h @@ -46,6 +46,9 @@ #define ACTIONS_READING 0x07 #define ACTIONS_WRITING 0x70 +/* Exit statuses (statii?) other than SUCCESS (0) and FAILURE (1) */ +#define EXIT_DIFFERENCES 2 + /* Possible build defines */ #ifndef NO_XATTR # define NO_XATTR 0 |