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

core: core -> mlk_core
author David Demelier <markand@malikania.fr>
date Mon, 27 Feb 2023 09:52:55 +0100
parents 49e7024f5455
children bc5483849614
line wrap: on
line diff
--- a/libmlk-core/mlk/core/image.h	Mon Feb 27 09:46:20 2023 +0100
+++ b/libmlk-core/mlk/core/image.h	Mon Feb 27 09:52:55 2023 +0100
@@ -25,7 +25,7 @@
 
 struct texture;
 
-CORE_BEGIN_DECLS
+MLK_CORE_BEGIN_DECLS
 
 int
 mlk_image_open(struct texture *, const char *);
@@ -33,6 +33,6 @@
 int
 mlk_image_openmem(struct texture *, const void *, size_t);
 
-CORE_END_DECLS
+MLK_CORE_END_DECLS
 
 #endif /* !MLK_CORE_IMAGE_H */