diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-05-25 05:47:19 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-05-25 05:47:19 +0200 |
commit | 735b97fa6e91dea08f4ea9a0cab92ebf4cfda033 (patch) | |
tree | 880053440df77577db5d44fb47ae9269348c2c86 /src/libgamma-facade.h | |
parent | m + gamma-x-randr: get output and output info (diff) | |
download | libgamma-735b97fa6e91dea08f4ea9a0cab92ebf4cfda033.tar.gz libgamma-735b97fa6e91dea08f4ea9a0cab92ebf4cfda033.tar.bz2 libgamma-735b97fa6e91dea08f4ea9a0cab92ebf4cfda033.tar.xz |
more restrict
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | src/libgamma-facade.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libgamma-facade.h b/src/libgamma-facade.h index 830278a..ecc3b13 100644 --- a/src/libgamma-facade.h +++ b/src/libgamma-facade.h @@ -86,7 +86,7 @@ typedef double libgamma_gamma_rampsd_fun(double encoding); * Other values invoke undefined behaviour. * @return The number of element that have been stored in `methods` */ -size_t libgamma_list_methods(int* methods, int operation); +size_t libgamma_list_methods(int* restrict methods, int operation); /** * Return the capabilities of an adjustment method |