aboutsummaryrefslogtreecommitdiffstats
path: root/src/blackbody.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@member.fsf.org>2016-01-02 20:55:21 +0100
committerMattias Andrée <maandree@member.fsf.org>2016-01-02 20:55:57 +0100
commiteec0c8194db183ce24b8307226b53c00bde97a4a (patch)
tree361de5b8fc2e10e66a2e45792b2e3d358da751fa /src/blackbody.h
parentknown issues (diff)
downloadradharc-eec0c8194db183ce24b8307226b53c00bde97a4a.tar.gz
radharc-eec0c8194db183ce24b8307226b53c00bde97a4a.tar.bz2
radharc-eec0c8194db183ce24b8307226b53c00bde97a4a.tar.xz
parse command line
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'src/blackbody.h')
-rw-r--r--src/blackbody.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blackbody.h b/src/blackbody.h
index b83f641..4351505 100644
--- a/src/blackbody.h
+++ b/src/blackbody.h
@@ -35,5 +35,5 @@
* @throws 0 The file did not have the expected size.
* @throws EDOM The selected temperature is below 1000 K.
*/
-int get_colour(int fd, int temp, double *r, double *g, double *b);
+int get_colour(int fd, long int temp, double *r, double *g, double *b);