aboutsummaryrefslogtreecommitdiff
path: root/src/common.h
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2022-11-17 12:36:12 +0100
committerThomas Voss <mail@thomasvoss.com> 2022-11-17 12:36:12 +0100
commit5eece7e783e177e6fcf7ed4a7185d180f9fc5565 (patch)
tree20c2c866c9fbf14e23ceb6d204d6264d8c33552c /src/common.h
parent63ad1fe1902222d923ba407ce891974df9ccdd0b (diff)
Use LIBLUX_ as a macro prefix
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h6
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 */