cedric pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=f553c92091bffdda9aed85cf08f6e2fcee43171f

commit f553c92091bffdda9aed85cf08f6e2fcee43171f
Author: Cedric BAIL <ced...@osg.samsung.com>
Date:   Thu Dec 15 09:59:41 2016 -0800

    ecore_con: fix incompatible type warning.
---
 src/tests/ecore_con/ecore_con_test_ecore_con_eet.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/tests/ecore_con/ecore_con_test_ecore_con_eet.c 
b/src/tests/ecore_con/ecore_con_test_ecore_con_eet.c
index 962b9f3..9a054e3 100644
--- a/src/tests/ecore_con/ecore_con_test_ecore_con_eet.c
+++ b/src/tests/ecore_con/ecore_con_test_ecore_con_eet.c
@@ -80,7 +80,7 @@ _eet_data_cb(void *data EINA_UNUSED, Ecore_Con_Reply *reply, 
const char *protoco
 }
 
 static Eina_Bool
-_eet_svr_cnct_cb(void *data, Ecore_Con_Reply *reply, Ecore_Con_Client *conn 
EINA_UNUSED)
+_eet_svr_cnct_cb(void *data, Ecore_Con_Reply *reply, Ecore_Con_Server *conn 
EINA_UNUSED)
 {
    int *i = data;
    ECE_Test toSend = {1, CLI_MSG};
@@ -172,7 +172,7 @@ START_TEST(ecore_con_test_ecore_con_eet_svr_cl)
 END_TEST
 
 static Eina_Bool
-_eet_svr_discnct_cb(void *data EINA_UNUSED, Ecore_Con_Reply *reply 
EINA_UNUSED, Ecore_Con_Client *conn EINA_UNUSED)
+_eet_svr_discnct_cb(void *data EINA_UNUSED, Ecore_Con_Reply *reply 
EINA_UNUSED, Ecore_Con_Server *conn EINA_UNUSED)
 {
    ecore_main_loop_quit();
    return EINA_FALSE;

-- 


Reply via email to