aboutsummaryrefslogtreecommitdiffstats
path: root/src/libgamma-error.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-05-21 06:53:25 +0200
committerMattias Andrée <maandree@operamail.com>2014-05-21 06:53:25 +0200
commit0dc1c9c3be6a1b7a08f397dba198328df451733c (patch)
treed154ddc369485c4ba13aef2a744f465bc85d9cff /src/libgamma-error.h
parentadd makefile + implement adjustment method common functions (diff)
downloadlibgamma-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 'src/libgamma-error.h')
-rw-r--r--src/libgamma-error.h6
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