aboutsummaryrefslogtreecommitdiff
path: root/wave.h
diff options
context:
space:
mode:
Diffstat (limited to 'wave.h')
-rw-r--r--wave.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wave.h b/wave.h
index 3798996..2804517 100644
--- a/wave.h
+++ b/wave.h
@@ -13,6 +13,6 @@ typedef struct __wave
const void *frame_data; // pointer to the buffer containing sample frames
}wave_t;
-int wave_out(wave_t *wave);
+void wave_out(wave_t *wave, const char* filename);
#endif