diff libmlk-core/mlk/core/sys_p.h @ 436:df92d5b056ce

core: use err.h in sound|music
author David Demelier <markand@malikania.fr>
date Sun, 16 Oct 2022 09:12:52 +0200
parents 38cf60f5a1c4
children 773a082f0b91
line wrap: on
line diff
--- a/libmlk-core/mlk/core/sys_p.h	Sun Oct 16 08:31:01 2022 +0200
+++ b/libmlk-core/mlk/core/sys_p.h	Sun Oct 16 09:12:52 2022 +0200
@@ -43,11 +43,11 @@
 	ALenum format;
 };
 
-struct audiostream *
-audiostream_open(const char *);
+int
+audiostream_open(struct audiostream **, const char *);
 
-struct audiostream *
-audiostream_openmem(const void *, size_t);
+int
+audiostream_openmem(struct audiostream **, const void *, size_t);
 
 void
 audiostream_finish(struct audiostream *);