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>
This commit is contained in:
Chris Michael 2015-03-21 16:38:47 -04:00
parent a2edb5958d
commit 3f7bf36046
1 changed files with 1 additions and 0 deletions

View 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[])