ecore-wayland: Remove need for function prototypes
authorChris Michael <cp.michael@samsung.com>
Tue, 26 Aug 2014 15:07:02 +0000 (11:07 -0400)
committerChris Michael <cp.michael@samsung.com>
Tue, 26 Aug 2014 15:11:21 +0000 (11:11 -0400)
commit1058cffc0ddd00a74a7c0dfb7c5b3de4b7dc7777
treecc5888072217e0ec837465d28f7360fefe428271
parent4def4e751e88e76878249807f960b77fa8030992
ecore-wayland: Remove need for function prototypes

If we declare/define these functions Before they are needed in the
listener, then we can remove the need for using function prototypes.

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/lib/ecore_wayland/ecore_wl_output.c