From 021c884548f8ed502fec114a1efd22679d718a19 Mon Sep 17 00:00:00 2001 From: "Diego E. 'Flameeyes' Pettenò" Date: Fri, 21 Nov 2008 02:20:36 +0100 Subject: Mark as static the functions not used outside their unit. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This allows the compiler to assume more about their interface, if at all possible. Signed-off-by: Diego E. 'Flameeyes' Pettenò --- pulse/pcm_pulse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pulse') diff --git a/pulse/pcm_pulse.c b/pulse/pcm_pulse.c index 3d15ff0..db8d1e1 100644 --- a/pulse/pcm_pulse.c +++ b/pulse/pcm_pulse.c @@ -217,7 +217,7 @@ finish: return err; } -int pulse_drain(snd_pcm_ioplug_t * io) +static int pulse_drain(snd_pcm_ioplug_t * io) { snd_pcm_pulse_t *pcm = io->private_data; pa_operation *o; -- cgit