From 5eece7e783e177e6fcf7ed4a7185d180f9fc5565 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 17 Nov 2022 12:36:12 +0100 Subject: Use LIBLUX_ as a macro prefix --- src/lux.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/lux.h') diff --git a/src/lux.h b/src/lux.h index 8473081..2e83f5d 100644 --- a/src/lux.h +++ b/src/lux.h @@ -15,12 +15,12 @@ * PERFORMANCE OF THIS SOFTWARE. */ -#ifndef LUX_H -#define LUX_H +#ifndef LIBLUX_LUX_H +#define LIBLUX_LUX_H #include -#define LUX_BACKLIGHT_DIR "/sys/class/backlight" +#define LIBLUX_BACKLIGHT_DIR "/sys/class/backlight" #ifdef O_PATH #define LUX_GDIR_FLAGS O_PATH #else @@ -54,4 +54,4 @@ double luxdecp(lux_t *, double); } #endif -#endif /* !LUX_H */ +#endif /* !LIBLUX_LUX_H */ -- cgit v1.2.3