Fix function prototype declaration
commit31f16389f6bc3855058b4a35181c31183150a061
authorCarlos R. Mafra <crmafra@gmail.com>
Sun, 23 Aug 2009 13:15:29 +0000 (23 15:15 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Sun, 23 Aug 2009 13:15:29 +0000 (23 15:15 +0200)
tree027ac7edfa33c3785864c85e12df49bb65f7499e
parent2706f7217ca6812e3341220697f455fa2e47119e
Fix function prototype declaration

It is safer if the functions are declared with proper
prototype specifications.

This patch addresses some of the warnings with -Wstrict-prototype,
like this:

event.c:105: warning: function declaration isn't a prototype
src/event.c