diff libmlk-ui/mlk/ui/ui.h @ 462:5729efd23286

core: core -> mlk_core
author David Demelier <markand@malikania.fr>
date Mon, 27 Feb 2023 09:52:55 +0100
parents 773a082f0b91
children 8d5a266a1774
line wrap: on
line diff
--- a/libmlk-ui/mlk/ui/ui.h	Mon Feb 27 09:46:20 2023 +0100
+++ b/libmlk-ui/mlk/ui/ui.h	Mon Feb 27 09:52:55 2023 +0100
@@ -21,7 +21,7 @@
 
 #include <mlk/core/core.h>
 
-CORE_BEGIN_DECLS
+MLK_CORE_BEGIN_DECLS
 
 int
 ui_init(void);
@@ -29,6 +29,6 @@
 void
 ui_finish(void);
 
-CORE_END_DECLS
+MLK_CORE_END_DECLS
 
 #endif /* !MLK_UI_UI_H */