This commit is contained in:
2026-02-26 15:53:58 +01:00
parent 752315ba05
commit c2ef8bcc99
3 changed files with 21 additions and 14 deletions

View File

@@ -68,7 +68,7 @@
(define-libao ao_close (_fun _libao-pointer -> _int))
; void ao_shutdown();
(define-libao ao_shutdown (_fun -> _int))
(define-libao ao_shutdown (_fun -> _void))
; int ao_append_option(ao_option **options, const char *key, const char *value);
(define-libao ao_append_option (_fun _pointer _pointer _pointer -> _int))