aboutsummaryrefslogtreecommitdiffstats
path: root/colortemp.h
diff options
context:
space:
mode:
authorJon Lund Steffensen <jonlst@gmail.com>2009-11-04 20:18:31 +0100
committerJon Lund Steffensen <jonlst@gmail.com>2009-11-04 20:18:31 +0100
commit4818f331cedeba94bb769fb15fd972dc759fd31f (patch)
treea42f22851e0d0df649a324043fec5b936e3b9d8b /colortemp.h
downloadredshift-ng-4818f331cedeba94bb769fb15fd972dc759fd31f.tar.gz
redshift-ng-4818f331cedeba94bb769fb15fd972dc759fd31f.tar.bz2
redshift-ng-4818f331cedeba94bb769fb15fd972dc759fd31f.tar.xz
Initial import.
Diffstat (limited to 'colortemp.h')
-rw-r--r--colortemp.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/colortemp.h b/colortemp.h
new file mode 100644
index 0000000..d2e9630
--- /dev/null
+++ b/colortemp.h
@@ -0,0 +1,9 @@
+/* colortemp.h */
+
+#ifndef _COLORTEMP_H
+#define _COLORTEMP_H
+
+int colortemp_check_extension();
+int colortemp_set_temperature(int temp, float gamma);
+
+#endif /* ! _COLORTEMP_H */