WPrefs: Move declaration of function into the common header
commit8238e4681aa09a3b64c65b68b6f73195c2256267
authorChristophe CURIS <christophe.curis@free.fr>
Fri, 10 May 2013 22:07:14 +0000 (11 00:07 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Fri, 10 May 2013 23:17:27 +0000 (11 00:17 +0100)
tree329c25a2df505ea13e899b86623d50e11c68cd8e
parent90d24a16486a6263b6a15f95b673d4dd5d3f90a5
WPrefs: Move declaration of function into the common header

It is a bad idea to declare the prototype of an external function
in a file as it won't allow the compiler to cross-check it.
WPrefs.app/MouseSettings.c
WPrefs.app/WPrefs.h