diff options
Diffstat (limited to '')
-rw-r--r-- | src/common.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h index a14e8d4..dc0312b 100644 --- a/src/common.h +++ b/src/common.h @@ -1220,6 +1220,16 @@ void direct_print_help(FILE *f, int method); int direct_set_option(GAMMA_STATE *state, const char *key, const char *value); /** + * Select site to apply adjustments to using direct gamma adjustments + * + * @param state State object for the adjustment method + * @param key Option to configure + * @param value Option value to set + * @return 0 on success, -1 on failure + */ +int direct_set_site(GAMMA_STATE *state, const char *key, const char *value); + +/** * Select partitions to apply adjustments to using direct gamma adjustments * * @param state State object for the adjustment method |