diff options
author | Thomas Voss <mail@thomasvoss.com> | 2022-11-17 12:36:12 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2022-11-17 12:36:12 +0100 |
commit | 5eece7e783e177e6fcf7ed4a7185d180f9fc5565 (patch) | |
tree | 20c2c866c9fbf14e23ceb6d204d6264d8c33552c /src/common.h | |
parent | 63ad1fe1902222d923ba407ce891974df9ccdd0b (diff) |
Use LIBLUX_ as a macro prefix
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/common.h b/src/common.h index a7739c2..7b1aff6 100644 --- a/src/common.h +++ b/src/common.h @@ -15,8 +15,8 @@ * PERFORMANCE OF THIS SOFTWARE. */ -#ifndef LUX_COMMON_H -#define LUX_COMMON_H +#ifndef LIBLUX_COMMON_H +#define LIBLUX_COMMON_H #ifdef __cplusplus extern "C" { @@ -28,4 +28,4 @@ FILE *getbstream(int); } #endif -#endif /* !LUX_COMMON_H */ +#endif /* !LIBLUX_COMMON_H */ |