# HG changeset patch # User diego # Date 1284208358 0 # Node ID ca56fb28bfa2980425c46d4e497ea55c87c1a8a9 # Parent ab6ac5b156ca1898475abdc7b2a9efd858c2b957 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' diff -r ab6ac5b156ca -r ca56fb28bfa2 input/ar.c --- 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;