X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/3ffa2d1599e2f5ae06f402352c2da05b90652171..717ba9873384d81663a2da9eb7071824c30a739f:/lib/wav.c diff --git a/lib/wav.c b/lib/wav.c index 4197068..c7d4b93 100644 --- a/lib/wav.c +++ b/lib/wav.c @@ -211,7 +211,9 @@ void wav_destroy(struct wavfile *f) { } /** @brief Visit all the data in a WAV file + * @param f WAV file handle * @param callback Called for successive blocks of data + * @param u User data * * @p callback will only ever be passed whole frames. */