diff options
Diffstat (limited to 'wave.h')
| -rw-r--r-- | wave.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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
|
