/* colortemp.h */ #ifndef _COLORTEMP_H #define _COLORTEMP_H int colortemp_check_extension(); int colortemp_set_temperature(int temp, float gamma); #endif /* ! _COLORTEMP_H */