aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/rtp_player.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2010-10-12 19:26:07 +0000
committerBill Meier <wmeier@newsguy.com>2010-10-12 19:26:07 +0000
commit2e4f755e13aad1d803894bdd0e470c738eab8ab8 (patch)
tree235d311f17256cdf863c7e3ebfe787e62785244f /gtk/rtp_player.c
parentf2f1023487ad8aa88f3d3ab58fff0cb34f64f2d7 (diff)
Define some vars & fcns as static;
Also: do some minor reformmating and cleanup of whitespace. svn path=/trunk/; revision=34492
Diffstat (limited to 'gtk/rtp_player.c')
-rw-r--r--gtk/rtp_player.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/rtp_player.c b/gtk/rtp_player.c
index adcb283dfd..196638fff5 100644
--- a/gtk/rtp_player.c
+++ b/gtk/rtp_player.c
@@ -100,7 +100,7 @@
static gboolean initialized = FALSE;
-voip_calls_tapinfo_t *voip_calls = NULL;
+static voip_calls_tapinfo_t *voip_calls = NULL;
/* Hash table with all the RTP streams */
static GHashTable* rtp_streams_hash = NULL;
@@ -159,9 +159,9 @@ typedef struct _sample_t {
#define MAX_NUM_COL_CONV 10
#if PORTAUDIO_API_1
-PortAudioStream *pa_stream;
+static PortAudioStream *pa_stream;
#else /* PORTAUDIO_API_1 */
-PaStream *pa_stream;
+static PaStream *pa_stream;
#endif /* PORTAUDIO_API_1 */
/* defines a RTP stream */