diff libmlk-core/mlk/core/image.h @ 453:49e7024f5455

core: image -> mlk_image
author David Demelier <markand@malikania.fr>
date Sat, 18 Feb 2023 20:55:12 +0100
parents 773a082f0b91
children 5729efd23286
line wrap: on
line diff
--- a/libmlk-core/mlk/core/image.h	Sat Feb 18 20:46:48 2023 +0100
+++ b/libmlk-core/mlk/core/image.h	Sat Feb 18 20:55:12 2023 +0100
@@ -28,10 +28,10 @@
 CORE_BEGIN_DECLS
 
 int
-image_open(struct texture *, const char *);
+mlk_image_open(struct texture *, const char *);
 
 int
-image_openmem(struct texture *, const void *, size_t);
+mlk_image_openmem(struct texture *, const void *, size_t);
 
 CORE_END_DECLS