aboutsummaryrefslogtreecommitdiffstats
path: root/src/libred.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@member.fsf.org>2016-01-04 23:09:31 +0100
committerMattias Andrée <maandree@member.fsf.org>2016-01-04 23:09:31 +0100
commit74fe4bb1ece7868b7897bad77b656c4d31a9dd96 (patch)
tree69c733ab08450730d9a53cb2c7aaaac0905b0ff0 /src/libred.h
parentmake the file descriptor visible (diff)
downloadlibred-74fe4bb1ece7868b7897bad77b656c4d31a9dd96.tar.gz
libred-74fe4bb1ece7868b7897bad77b656c4d31a9dd96.tar.bz2
libred-74fe4bb1ece7868b7897bad77b656c4d31a9dd96.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'src/libred.h')
-rw-r--r--src/libred.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libred.h b/src/libred.h
index 23075e2..557b5ef 100644
--- a/src/libred.h
+++ b/src/libred.h
@@ -159,7 +159,7 @@ void libred_term_colour(void);
* @throws EDOM The selected temperature is below 1000 K.
* @throws Any error specified for pread(3).
*/
-int libred_get_colour(long int temp, double *r, double *g, double *b);
+int libred_get_colour(long int, double*, double*, double*);