ecore-drm: Fix build error caused by missing function declaration
authorChris Michael <cp.michael@samsung.com>
Sat, 21 Mar 2015 20:38:47 +0000 (16:38 -0400)
committerChris Michael <cp.michael@samsung.com>
Sat, 21 Mar 2015 20:38:47 +0000 (16:38 -0400)
commit3f7bf360461938b3051378e8dbcc45e9c6c07939
tree75beed6cd94bc7af46c365efbb41e290f0079155
parenta2edb5958d52784ffc31a0192caf12d9aa5b6d22
ecore-drm: Fix build error caused by missing function declaration

Summary: This is mainly just a build fix. This issue occurred due to
the function declaration being After a call to use it while not having
a function prototype. This just adds the function prototype

@fix

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