From 295e390fff4a8b585bde599b93e97e0f40e55f92 Mon Sep 17 00:00:00 2001 From: blueswir1 Date: Sun, 5 Oct 2008 10:30:43 +0000 Subject: Move wav_start_capture prototype to avoid a warning with -Wmissing-prototypes git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5423 c046a42c-6fe2-441c-8c8c-71466251a162 --- audio/audio.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'audio') diff --git a/audio/audio.h b/audio/audio.h index ae29b8a63c..4b0e7a3a88 100644 --- a/audio/audio.h +++ b/audio/audio.h @@ -170,4 +170,7 @@ uint32_t lsbindex (uint32_t u); #define audio_MAX(a, b) ((a)<(b)?(b):(a)) #endif +int wav_start_capture (CaptureState *s, const char *path, int freq, + int bits, int nchannels); + #endif /* audio.h */ -- cgit v1.2.3