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
This commit is contained in:
parent
8869defe62
commit
295e390fff
2 changed files with 3 additions and 3 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
|
|
@ -1337,9 +1337,6 @@ static void do_stop_capture (int n)
|
|||
}
|
||||
|
||||
#ifdef HAS_AUDIO
|
||||
int wav_start_capture (CaptureState *s, const char *path, int freq,
|
||||
int bits, int nchannels);
|
||||
|
||||
static void do_wav_capture (const char *path,
|
||||
int has_freq, int freq,
|
||||
int has_bits, int bits,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue