WINGs: Place prototype of functions in WINGsP.h instead of local definition
commit5c2a1ae1a10c005ab9887af0336c6514bacda29d
authorChristophe CURIS <christophe.curis@free.fr>
Sat, 11 May 2013 22:24:48 +0000 (12 00:24 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Sun, 12 May 2013 00:01:20 +0000 (12 01:01 +0100)
tree170a81928d2a8b076105ed0d3252666f86851fe4
parent367d1f938d55e870256d9c4d604cdec1bdff9024
WINGs: Place prototype of functions in WINGsP.h instead of local definition

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.
WINGs/WINGs/WINGsP.h
WINGs/notification.c
WINGs/userdefaults.c
WINGs/wapplication.c
WINGs/widgets.c