aboutsummaryrefslogtreecommitdiffstats
path: root/src/libgamma-method.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libgamma-method.h')
-rw-r--r--src/libgamma-method.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/libgamma-method.h b/src/libgamma-method.h
index 8b78e4e..e79e893 100644
--- a/src/libgamma-method.h
+++ b/src/libgamma-method.h
@@ -97,6 +97,13 @@
*/
#define GAMMA_METHOD_MAX 5
+/**
+ * The number adjustment methods provided by this library.
+ * Note however that this includes adjstment methods that
+ * have been removed at compile-time.
+ */
+#define GAMMA_METHOD_COUNT (GAMMA_METHOD_MAX + 1)
+
/**