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

core: core -> mlk_core
author David Demelier <markand@malikania.fr>
date Mon, 27 Feb 2023 09:52:55 +0100
parents b26dd49f69ff
children c1f64d451230
line wrap: on
line diff
--- a/libmlk-core/mlk/core/action.h	Mon Feb 27 09:46:20 2023 +0100
+++ b/libmlk-core/mlk/core/action.h	Mon Feb 27 09:52:55 2023 +0100
@@ -32,7 +32,7 @@
 	void (*finish)(struct mlk_action *);
 };
 
-CORE_BEGIN_DECLS
+MLK_CORE_BEGIN_DECLS
 
 void
 mlk_action_handle(struct mlk_action *, const union mlk_event *);
@@ -49,6 +49,6 @@
 void
 mlk_action_finish(struct mlk_action *);
 
-CORE_END_DECLS
+MLK_CORE_END_DECLS
 
 #endif /* !MLK_CORE_ACTION_H */