summaryrefslogtreecommitdiffstats
path: root/src/blackbody.h
diff options
context:
space:
mode:
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);