summaryrefslogtreecommitdiff
path: root/include/mossrose.h
diff options
context:
space:
mode:
authorsanine <sanine.not@pm.me>2022-09-07 11:23:34 -0500
committersanine <sanine.not@pm.me>2022-09-07 11:23:34 -0500
commita77b34a4ebdc994cce7a3d1f00121f421ca31b53 (patch)
tree19901965a6e2d0e0afe5f441306acb15cd38af95 /include/mossrose.h
parent500dd00fb11efdd19aef924b0d8ff0b370c28d33 (diff)
update README and fix memory leaks
Diffstat (limited to 'include/mossrose.h')
-rw-r--r--include/mossrose.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mossrose.h b/include/mossrose.h
index 8003b45..04aef94 100644
--- a/include/mossrose.h
+++ b/include/mossrose.h
@@ -26,5 +26,6 @@ void mossrose_channel_set_callback(int channel, mossrose_channel_callback_t call
void mossrose_poll_callbacks();
struct mossrose_sound_t * mossrose_load_mp3(const char *filename);
+void mossrose_free_sound(struct mossrose_sound_t *sound);
#endif