src/main.c: Moved local prototype for global function to header 'funcs.h'
commita3281b1e89232c9ee4a587abc920540988c11060
authorChristophe CURIS <christophe.curis@free.fr>
Sat, 11 May 2013 22:24:42 +0000 (12 00:24 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Sun, 12 May 2013 00:01:19 +0000 (12 01:01 +0100)
tree1147fdabd4497144739862712614871c7343b436
parent017e6a84a0966e49e3cc4941e09b90e203081cad
src/main.c: Moved local prototype for global function to header 'funcs.h'

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.
src/event.c
src/funcs.h
src/main.c
src/monitor.c
src/startup.c