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)
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

index 6c3e121..f10b5a2 100644 (file)
@@ -25,6 +25,7 @@ static const char *conn_types[] =
 EAPI int ECORE_DRM_EVENT_OUTPUT = 0;
 
 /* local functions */
+static void _ecore_drm_output_event(const char *device, Eeze_Udev_Event event EINA_UNUSED, void *data, Eeze_Udev_Watch *watch EINA_UNUSED);
 
 static void 
 _ecore_drm_output_edid_parse_string(const uint8_t *data, char text[])