diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-05-21 06:53:25 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-05-21 06:53:25 +0200 |
commit | 0dc1c9c3be6a1b7a08f397dba198328df451733c (patch) | |
tree | d154ddc369485c4ba13aef2a744f465bc85d9cff /src/libgamma-error.h | |
parent | add makefile + implement adjustment method common functions (diff) | |
download | libgamma-0dc1c9c3be6a1b7a08f397dba198328df451733c.tar.gz libgamma-0dc1c9c3be6a1b7a08f397dba198328df451733c.tar.bz2 libgamma-0dc1c9c3be6a1b7a08f397dba198328df451733c.tar.xz |
m + call adjustment method specific functions
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | src/libgamma-error.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/libgamma-error.h b/src/libgamma-error.h index bd17097..a3c5387 100644 --- a/src/libgamma-error.h +++ b/src/libgamma-error.h @@ -19,7 +19,11 @@ #define LIBGAMMA_ERROR_H -/* TODO: Fill with error values (they should be negative.) */ +/** + * The selected adjustment method does not exist + * or has been excluded at compile-time + */ +#define LIBGAMMA_NO_SUCH_ADJUSTMENT_METHOD -1 #endif |