Addressed missing function prototype warnings. 05/23505/1 tizen_3.0.m14.2_ivi accepted/tizen/ivi/20140627.154811 submit/tizen_ivi/20140627.063632 submit/tizen_ivi/20140627.140025 tizen_3.0.m14.2_ivi_release
authorOssama Othman <ossama.othman@intel.com>
Thu, 26 Jun 2014 20:52:33 +0000 (13:52 -0700)
committerOssama Othman <ossama.othman@intel.com>
Thu, 26 Jun 2014 20:57:40 +0000 (13:57 -0700)
commitda1215f2271a7e77944f50072a3898f9db2b76cc
treecca7b71376fe30642ef9f5d0ff9030b11e8ea3e9
parent3782d695ba14782f7294df2ddf16c8a272e62f71
Addressed missing function prototype warnings.

In C, a function that accepts no arguments should have a (void)
parameter list in its prototype, not an empty () one.  While they are
equivalent in C++, they are not the same in C.  This patch set address
missing prototype related warnings in C code that uses the functions
in question.

Change-Id: Ic5bb65eefd857da03c39d135fd68e43880e7b975
Bug-Tizen: TC-1208
Signed-off-by: Ossama Othman <ossama.othman@intel.com>
ivi-layermanagement-api/ilmClient/src/ilm_client.c
ivi-layermanagement-api/ilmClient/src/ilm_client_wayland_platform.c
ivi-layermanagement-api/ilmCommon/include/ilm_common.h
ivi-layermanagement-api/ilmCommon/src/ilm_common.c
ivi-layermanagement-api/ilmCommon/src/ilm_common_wayland_platform.c
ivi-layermanagement-api/ilmControl/src/ilm_control.c
ivi-layermanagement-api/ilmControl/src/ilm_control_wayland_platform.c