Mercurial > trustbridge
diff common/errorcodes.h @ 315:b832231640ab
Read from file instead of stdin, if given.
author | Sascha Wilde <wilde@intevation.de> |
---|---|
date | Fri, 04 Apr 2014 13:34:15 +0200 |
parents | 9ad00a3255f4 |
children | 17e1c8f37d72 |
line wrap: on
line diff
--- a/common/errorcodes.h Fri Apr 04 11:02:02 2014 +0000 +++ b/common/errorcodes.h Fri Apr 04 13:34:15 2014 +0200 @@ -34,6 +34,9 @@ /* Error: could not determine current users HOME */ #define ERR_MOZ_HOMELESS 0x0081 #define ERR_MOZ_INVALID_INPUT 0x0082 +/* Error: Called with wrong number of arguments */ +#define ERR_MOZ_WRONG_ARGC 0x0083 +#define ERR_MOZ_FAILED_TO_OPEN_INPUT 0x0084 /* Warning: Failed to read profile.ini */ #define WARN_MOZ_FAILED_TO_OPEN_INI 0x0091