changeset 32069:ca56fb28bfa2

Mark is_mplayer_front() as static, it is only used within the file; fixes: input/ar.c:306: warning: no previous prototype for 'is_mplayer_front'
author diego
date Sat, 11 Sep 2010 12:32:38 +0000
parents ab6ac5b156ca
children acb0f1b02040
files input/ar.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/input/ar.c	Sat Sep 11 12:20:07 2010 +0000
+++ b/input/ar.c	Sat Sep 11 12:32:38 2010 +0000
@@ -302,7 +302,7 @@
     return -1;
 }
 
-int is_mplayer_front(void)
+static int is_mplayer_front(void)
 {
     ProcessSerialNumber myProc, frProc;
     Boolean sameProc;