qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Blue Swirl <blauwirbel@gmail.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [5423] Move wav_start_capture prototype to avoid a warning with -Wmissing-prototypes
Date: Sun, 05 Oct 2008 10:30:45 +0000	[thread overview]
Message-ID: <E1KmQsv-0000oT-7K@cvs.savannah.gnu.org> (raw)

Revision: 5423
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5423
Author:   blueswir1
Date:     2008-10-05 10:30:43 +0000 (Sun, 05 Oct 2008)

Log Message:
-----------
Move wav_start_capture prototype to avoid a warning with -Wmissing-prototypes

Modified Paths:
--------------
    trunk/audio/audio.h
    trunk/monitor.c

Modified: trunk/audio/audio.h
===================================================================
--- trunk/audio/audio.h	2008-10-05 10:01:05 UTC (rev 5422)
+++ trunk/audio/audio.h	2008-10-05 10:30:43 UTC (rev 5423)
@@ -170,4 +170,7 @@
 #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 */

Modified: trunk/monitor.c
===================================================================
--- trunk/monitor.c	2008-10-05 10:01:05 UTC (rev 5422)
+++ trunk/monitor.c	2008-10-05 10:30:43 UTC (rev 5423)
@@ -1337,9 +1337,6 @@
 }
 
 #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,

                 reply	other threads:[~2008-10-05 10:30 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1KmQsv-0000oT-7K@cvs.savannah.gnu.org \
    --to=blauwirbel@gmail.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).