wmaker: Moved function prototype to the appropriate header
commit496cb58ceaca6e631b070a0a899c5c957b3b6e60
authorChristophe CURIS <christophe.curis@free.fr>
Sun, 30 Jun 2013 14:02:36 +0000 (30 16:02 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Sun, 30 Jun 2013 14:10:09 +0000 (30 15:10 +0100)
treea33e38528bba05a83568b664b036700c774fbcfd
parent74cd836e48c51ef5b27f4a3d7727683ccfcdd112
wmaker: Moved function prototype to the appropriate header

It is bad practice to define the prototype of an external function
inside a source file that wants to use it.

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
src/event.c
src/event.h
src/startup.c