diff options
Diffstat (limited to 'colortemp.h')
-rw-r--r-- | colortemp.h | 9 |
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 */ |