wmaker: Cleaned dangerous function prototype usage
commitd517d5cac05a6b0ea905ccf23d79efecb6a0c06e
authorChristophe CURIS <christophe.curis@free.fr>
Sat, 11 May 2013 22:24:52 +0000 (12 00:24 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Sun, 12 May 2013 00:01:20 +0000 (12 01:01 +0100)
tree02dc82d2609c356056d61abef67854bed64a5a1c
parent4b89104aca4ec7e1a72851074b2bf05305d86454
wmaker: Cleaned dangerous function prototype usage

- remove extern declaration in source file, use header instead

- add inclusion of header defining the functions of the file to
get the compiler to cross-check them

- marked static the functions that should not be visible ouside
their file
17 files changed:
src/actions.c
src/colormap.c
src/event.c
src/funcs.h
src/geomview.c
src/main.c
src/monitor.c
src/moveres.c
src/osdep_bsd.c
src/osdep_darwin.c
src/osdep_linux.c
src/osdep_stub.c
src/placement.c
src/placement.h
src/properties.c
src/rootmenu.c
src/workspace.c